4305 add missing semi-colon

This commit is contained in:
William Schaefer 2018-10-30 16:55:39 -04:00
parent 8c7f987049
commit e4c08c87ef

View File

@ -3121,7 +3121,7 @@ abstract class AbstractSqlEamDb implements EamDb {
return;
}
if (dbSchemaVersion.compareTo(CURRENT_DB_SCHEMA_VERSION) > 0) {
logger.log(Level.INFO, "Central Repository is of newer version than software creates")
logger.log(Level.INFO, "Central Repository is of newer version than software creates");
return;
}