DATAREST-1545 - Migrate away from proxy-based configuration.

This commit is contained in:
Greg L. Turnquist
2020-08-19 09:01:33 -05:00
committed by Oliver Drotbohm
parent 6bc3af8bf0
commit 9737366174
4 changed files with 352 additions and 183 deletions

View File

@@ -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<>();
}
/*