r3407 - trunk/pollen-persistence/src/main/java/org/chorem/pollen/entities/migration
Author: tchemit Date: 2012-05-28 19:06:39 +0200 (Mon, 28 May 2012) New Revision: 3407 Url: http://chorem.org/repositories/revision/pollen/3407 Log: fix misc errors Modified: trunk/pollen-persistence/src/main/java/org/chorem/pollen/entities/migration/PollenMigrationCallbackV1_3_1.java Modified: trunk/pollen-persistence/src/main/java/org/chorem/pollen/entities/migration/PollenMigrationCallbackV1_3_1.java =================================================================== --- trunk/pollen-persistence/src/main/java/org/chorem/pollen/entities/migration/PollenMigrationCallbackV1_3_1.java 2012-05-28 16:53:09 UTC (rev 3406) +++ trunk/pollen-persistence/src/main/java/org/chorem/pollen/entities/migration/PollenMigrationCallbackV1_3_1.java 2012-05-28 17:06:39 UTC (rev 3407) @@ -35,10 +35,10 @@ import java.util.List; /** - * Migration for version {@code 1.4}. + * Migration for version {@code 1.3.1}. * * @author tchemit <chemit@codelutin.com> - * @since 1.4 + * @since 1.3.1 */ public class PollenMigrationCallbackV1_3_1 extends TopiaMigrationCallbackByClass.MigrationCallBackForVersion { @@ -54,7 +54,6 @@ // add indexed choices (says there is an order kept in db) : http://chorem.org/issues/154 addIndexedChoices(tx, queries); - } private void addIndexedChoices(TopiaContextImplementor tx,
participants (1)
-
tchemit@users.chorem.org