DATAREST-1545 - Migrate away from proxy-based configuration.
This commit is contained in:
committed by
Oliver Drotbohm
parent
6bc3af8bf0
commit
9737366174
@@ -44,7 +44,7 @@ public class ProjectionDefinitionConfiguration implements ProjectionDefinitions
|
||||
* Creates a new {@link ProjectionDefinitionConfiguration}.
|
||||
*/
|
||||
public ProjectionDefinitionConfiguration() {
|
||||
this.projectionDefinitions = new HashSet<ProjectionDefinition>();
|
||||
this.projectionDefinitions = new HashSet<>();
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user