Author: vmassol
Date: 2008-01-29 22:45:27 +0100 (Tue, 29 Jan 2008)
New Revision: 7171
Modified:
xwiki-platform/core/trunk/xwiki-core/src/main/java/com/xpn/xwiki/store/migration/XWikiMigratorInterface.java
Log:
Fixed checkstyle errors (line longer than 100 chars)
Modified:
xwiki-platform/core/trunk/xwiki-core/src/main/java/com/xpn/xwiki/store/migration/XWikiMigratorInterface.java
===================================================================
---
xwiki-platform/core/trunk/xwiki-core/src/main/java/com/xpn/xwiki/store/migration/XWikiMigratorInterface.java
2008-01-29 18:17:35 UTC (rev 7170)
+++
xwiki-platform/core/trunk/xwiki-core/src/main/java/com/xpn/xwiki/store/migration/XWikiMigratorInterface.java
2008-01-29 21:45:27 UTC (rev 7171)
@@ -52,11 +52,13 @@
* @param context used everywhere
* @throws XWikiException if any error
*/
- void migrate(XWikiMigrationManagerInterface manager, XWikiContext context)
throws XWikiException;
+ void migrate(XWikiMigrationManagerInterface manager, XWikiContext context)
+ throws XWikiException;
/**
- * @param startupVersion the database version when the migration process
starts (before any migrator is applied).
- * This is useful for migrator which need to run only when the
database is in a certain version.
+ * @param startupVersion the database version when the migration process
starts (before any
+ * migrator is applied). This is useful for migrator which need to
run only when the
+ * database is in a certain version.
* @return true if the migration should be executed or false otherwise
*/
boolean shouldExecute(XWikiDBVersion startupVersion);
_______________________________________________
notifications mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/notifications