Mass removal of all Tabs (Style Warnings)
[aaf/authz.git] / misc / env / src / main / java / org / onap / aaf / misc / env / Creatable.java
index 2423ed6..c64cfff 100644 (file)
@@ -34,19 +34,19 @@ package org.onap.aaf.misc.env;
  * @param <T>\r
  */\r
 public interface Creatable<T> {\r
-       /**\r
-        * Return the timestamp (Unix long) when this object was created.<p>\r
-        * This can be used to see if the object is out of date in certain\r
-        * circumstances, or perhaps has already been notified in others.\r
-        \r
-        * @return long\r
-        */\r
-       public abstract long created();\r
-       \r
-       /**\r
-        * Allow LifeCycle aware process to signal this element as destroyed.\r
-        *  \r
-        * @param env\r
-        */\r
-       public abstract void destroy(Env env);\r
+    /**\r
+     * Return the timestamp (Unix long) when this object was created.<p>\r
+     * This can be used to see if the object is out of date in certain\r
+     * circumstances, or perhaps has already been notified in others.\r
+     * \r
+     * @return long\r
+     */\r
+    public abstract long created();\r
+    \r
+    /**\r
+     * Allow LifeCycle aware process to signal this element as destroyed.\r
+     *  \r
+     * @param env\r
+     */\r
+    public abstract void destroy(Env env);\r
 }\r