Code style cleanup for prov authz and beans
[dmaap/datarouter.git] / datarouter-prov / src / main / java / org / onap / dmaap / datarouter / provisioning / beans / Updateable.java
index 60af748..18a42d7 100644 (file)
@@ -31,12 +31,13 @@ import java.sql.Connection;
  * @author Robert Eby\r
  * @version $Id: Updateable.java,v 1.2 2013/05/29 14:44:36 eby Exp $\r
  */\r
+\r
 public interface Updateable {\r
     /**\r
-     * Update this object in the DB.\r
+     * Update this object in the DB.\r
      *\r
-     * @param c the JDBC Connection to use\r
+     * @param conn the JDBC Connection to use\r
      * @return true if the UPDATE succeeded, false otherwise\r
      */\r
-    public boolean doUpdate(Connection c);\r
+    boolean doUpdate(Connection conn);\r
 }\r