use the old id generator as it's the one we were using before dropwizard

This commit is contained in:
Athou
2014-11-21 16:50:20 +01:00
parent 0313c5c560
commit cbc792d406
2 changed files with 8 additions and 3 deletions

View File

@@ -35,7 +35,7 @@ public class CommaFeedConfiguration extends Configuration {
@Valid
@NotNull
@JsonProperty("database")
private DataSourceFactory database = new DataSourceFactory();
private DataSourceFactory dataSourceFactory = new DataSourceFactory();
@Valid
@NotNull