Mass removal of all Tabs (Style Warnings)
[aaf/authz.git] / misc / rosetta / src / test / java / org / onap / aaf / misc / rosetta / test / obj / MultiMarshal.java
index 5e96a37..b28ca76 100644 (file)
@@ -30,12 +30,12 @@ import types.xsd.Multi;
 import types.xsd.Multi.Single;
 
 public class MultiMarshal extends ObjMarshal<Multi> {
-       public MultiMarshal() {
-               add(new ObjArray<Multi,Single>("single",new SingleMarshal()) {
-                       @Override
-                       protected List<Single> data(Multi t) {
-                               return t.getSingle();
-                       }
-               });
-       }
+    public MultiMarshal() {
+        add(new ObjArray<Multi,Single>("single",new SingleMarshal()) {
+            @Override
+            protected List<Single> data(Multi t) {
+                return t.getSingle();
+            }
+        });
+    }
 }
\ No newline at end of file