Reformat the JSON and fix checkstyle issue
[clamp.git] / src / test / resources / example / dao / bpmn-prop.json
index f2bfc7d..f1b87a0 100644 (file)
@@ -1,54 +1,54 @@
 {
-       "Holmes_1m8n1s9": [
-               {
-                       "name": "correlationalLogic",
-                       "value": "uktukk"
-               }
-       ],
-       "Policy_19c1hms": {
-               "policy1": [
-                       {
-                               "name": "pname",
-                               "value": "policy1"
-                       },
-                       {
-                               "name": "pid",
-                               "value": "0"
-                       },
-                       {
-                               "name": "timeout",
-                               "value": "345"
-                       },
-                       {
-                               "policyConfigurations": [
-                                       [
-                                               {
-                                                       "name": "maxRetries",
-                                                       "value": [
-                                                               "3"
-                                                       ]
-                                               },
-                                               {
-                                                       "name": "retryTimeLimit",
-                                                       "value": [
-                                                               "180"
-                                                       ]
-                                               },
-                                               {
-                                                       "name": "_id",
-                                                       "value": [
-                                                               "JmAZRQx"
-                                                       ]
-                                               },
-                                               {
-                                                       "name": "parentPolicy",
-                                                       "value": [
-                                                               ""
-                                                       ]
-                                               }
-                                       ]
-                               ]
-                       }
-               ]
-       }
-}
\ No newline at end of file
+  "Holmes_1m8n1s9": [
+    {
+      "name": "correlationalLogic",
+      "value": "uktukk"
+    }
+  ],
+  "Policy_19c1hms": {
+    "policy1": [
+      {
+        "name": "pname",
+        "value": "policy1"
+      },
+      {
+        "name": "pid",
+        "value": "0"
+      },
+      {
+        "name": "timeout",
+        "value": "345"
+      },
+      {
+        "policyConfigurations": [
+          [
+            {
+              "name": "maxRetries",
+              "value": [
+                "3"
+              ]
+            },
+            {
+              "name": "retryTimeLimit",
+              "value": [
+                "180"
+              ]
+            },
+            {
+              "name": "_id",
+              "value": [
+                "JmAZRQx"
+              ]
+            },
+            {
+              "name": "parentPolicy",
+              "value": [
+                ""
+              ]
+            }
+          ]
+        ]
+      }
+    ]
+  }
+}