Mass removal of all Tabs (Style Warnings)
[aaf/authz.git] / misc / env / src / main / java / org / onap / aaf / misc / env / old / Stringifier.java
index eaea7f6..01689f3 100644 (file)
@@ -31,18 +31,18 @@ import org.onap.aaf.misc.env.LifeCycle;
  * <i>Stringifier</i> abstracts the marshaling of a String to an Object\r
  */\r
 public interface Stringifier<T> extends LifeCycle {\r
-       \r
-       /**\r
-        * Marshal from a String to an Object T, using contents from Env as necessary.<p>\r
-        \r
-        * Implementations should use the {@link Env} to call "env.startXMLTime()" to mark\r
-        * XML time, since this is often a costly process.\r
-        *\r
-        * @param env\r
-        * @param input\r
-        * @return String\r
-        * @throws APIException\r
-        */\r
-       public abstract String stringify(Env env, T input, boolean ... options) throws APIException;\r
-       \r
+    \r
+    /**\r
+     * Marshal from a String to an Object T, using contents from Env as necessary.<p>\r
+     * \r
+     * Implementations should use the {@link Env} to call "env.startXMLTime()" to mark\r
+     * XML time, since this is often a costly process.\r
+     *\r
+     * @param env\r
+     * @param input\r
+     * @return String\r
+     * @throws APIException\r
+     */\r
+    public abstract String stringify(Env env, T input, boolean ... options) throws APIException;\r
+    \r
 }
\ No newline at end of file