Salome HOME
Modifications done to respect PMD rules. Versioning a document is fixed. Validation...
[tools/siman.git] / Workspace / Siman-Common / src / org / splat / dal / dao / kernel / AbstractDatabase.java
index 0bfef74287bea3caa553a0c816a0b2d8debdbf7a..2f2487769e8c64306b003efe33af9bb78ad96a25 100644 (file)
@@ -21,8 +21,8 @@ public abstract class AbstractDatabase extends HibernateDaoSupport {
                return res;// TODO: Get schema version from the specific object/table
        }
 
-       protected void setSchemaVersion(final String version) {
-               // TODO: Set schema version into specific object/table: myIDpool = new IDPool(version);
+       protected void setSchemaVersion(final String version) { // RKV: NOPMD: TODO: Set schema version into specific object/table
+               // RKV: NOPMD: TODO: Set schema version into specific object/table: myIDpool = new IDPool(version);
                // getSession().save(myIDpool);
        }
 }
\ No newline at end of file