Yes, the MVConfigMigrator is old and uses deprecated stuff.

This commit is contained in:
main() 2011-12-08 19:34:54 +01:00
parent dbf109f051
commit 8b721886f5
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ import java.util.Arrays;
import java.util.List;
import java.util.logging.Level;
@SuppressWarnings("deprecation")
public abstract class MVConfigMigrator {
public List<String> createdDefaults = new ArrayList<String>();