datarouter-prov code clean - remove tabs
[dmaap/datarouter.git] / datarouter-prov / src / main / java / org / onap / dmaap / datarouter / provisioning / beans / Loadable.java
index 957d71d..ae64e84 100644 (file)
@@ -7,9 +7,9 @@
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
  * * You may obtain a copy of the License at\r
- * * \r
+ * *\r
  *  *      http://www.apache.org/licenses/LICENSE-2.0\r
- * * \r
+ * *\r
  *  * Unless required by applicable law or agreed to in writing, software\r
  * * distributed under the License is distributed on an "AS IS" BASIS,\r
  * * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
@@ -37,29 +37,30 @@ import org.onap.dmaap.datarouter.provisioning.utils.LogfileLoader;
  * @version $Id: Loadable.java,v 1.2 2013/08/06 13:28:33 eby Exp $\r
  */\r
 public interface Loadable {\r
-       /**\r
-        * Load the 18 fields in the PreparedStatement <i>ps</i>. The fields are:\r
-        * <ol>\r
-        * <li>type (String)</li>\r
-        * <li>event_time (long)</li>\r
-        * <li>publish ID (String)</li>\r
-        * <li>feed ID (int)</li>\r
-        * <li>request URI (String)</li>\r
-        * <li>method (String)</li>\r
-        * <li>content type (String)</li>\r
-        * <li>content length (long)</li>\r
-        * <li>feed File ID (String)</li>\r
-        * <li>remote address (String)</li>\r
-        * <li>user (String)</li>\r
-        * <li>status (int)</li>\r
-        * <li>delivery subscriber id (int)</li>\r
-        * <li>delivery File ID (String)</li>\r
-        * <li>result (int)</li>\r
-        * <li>attempts (int)</li>\r
-        * <li>reason (String)</li>\r
-        * <li>record ID (long)</li>\r
-        * </ol>\r
-        * @param ps the PreparedStatement to load\r
-        */\r
-       public void load(PreparedStatement ps) throws SQLException;\r
+    /**\r
+     * Load the 18 fields in the PreparedStatement <i>ps</i>. The fields are:\r
+     * <ol>\r
+     * <li>type (String)</li>\r
+     * <li>event_time (long)</li>\r
+     * <li>publish ID (String)</li>\r
+     * <li>feed ID (int)</li>\r
+     * <li>request URI (String)</li>\r
+     * <li>method (String)</li>\r
+     * <li>content type (String)</li>\r
+     * <li>content length (long)</li>\r
+     * <li>feed File ID (String)</li>\r
+     * <li>remote address (String)</li>\r
+     * <li>user (String)</li>\r
+     * <li>status (int)</li>\r
+     * <li>delivery subscriber id (int)</li>\r
+     * <li>delivery File ID (String)</li>\r
+     * <li>result (int)</li>\r
+     * <li>attempts (int)</li>\r
+     * <li>reason (String)</li>\r
+     * <li>record ID (long)</li>\r
+     * </ol>\r
+     *\r
+     * @param ps the PreparedStatement to load\r
+     */\r
+    public void load(PreparedStatement ps) throws SQLException;\r
 }\r