Mass removal of all Tabs (Style Warnings)
[aaf/authz.git] / misc / env / src / main / java / org / onap / aaf / misc / env / StaticSlot.java
index 35bad1b..0bff6a0 100644 (file)
@@ -41,45 +41,45 @@ package org.onap.aaf.misc.env;
  */\r
 public final class StaticSlot {\r
 \r
-       /*\r
-        * The name of the StaticSlot.\r
-        */\r
-       private final String key;\r
-       \r
-       /*\r
-        * The index of the Organizer's static map associated with this StaticSlot.\r
-        */\r
-       final int slot; \r
-       \r
-       /**\r
-        * Constructs a new StaticSlot.\r
-        \r
-        * @param index\r
-        *                      The index of Organizer's static map this StaticSlot is associated with.\r
-        * @param name\r
-        *                      The name of the StaticSlot's key.\r
-        */\r
-       StaticSlot(int index, String name) {\r
-               slot = index;\r
-               key = name;\r
-       }\r
-       \r
-       /**\r
-        * Debug method only to print key=slot pairs.\r
-        */\r
-       public String toString() {\r
-               return key + '=' + slot;\r
-       }\r
-       \r
-       /**\r
-        * Returns the name of this StaticSlot's key.\r
-        \r
-        * @return\r
-        *                      The name of this StaticSlot's key.\r
-        */\r
-       public String getKey() {\r
-               return key;\r
-       }\r
+    /*\r
+     * The name of the StaticSlot.\r
+     */\r
+    private final String key;\r
+    \r
+    /*\r
+     * The index of the Organizer's static map associated with this StaticSlot.\r
+     */\r
+    final int slot; \r
+    \r
+    /**\r
+     * Constructs a new StaticSlot.\r
+     * \r
+     * @param index\r
+     *             The index of Organizer's static map this StaticSlot is associated with.\r
+     * @param name\r
+     *             The name of the StaticSlot's key.\r
+     */\r
+    StaticSlot(int index, String name) {\r
+        slot = index;\r
+        key = name;\r
+    }\r
+    \r
+    /**\r
+     * Debug method only to print key=slot pairs.\r
+     */\r
+    public String toString() {\r
+        return key + '=' + slot;\r
+    }\r
+    \r
+    /**\r
+     * Returns the name of this StaticSlot's key.\r
+     * \r
+     * @return\r
+     *             The name of this StaticSlot's key.\r
+     */\r
+    public String getKey() {\r
+        return key;\r
+    }\r
 \r
 }\r
 \r