Rename DefaultQuerydslBinderCustomizer to QuerydslBinderCustomizerDefaults.

See #206.
Original Pull Request: #2292
This commit is contained in:
Christoph Strobl
2021-02-09 12:30:24 +01:00
parent 4e07b85934
commit ee004b0f10
4 changed files with 8 additions and 8 deletions

View File

@@ -148,7 +148,7 @@ class QuerydslBindingsFactoryUnitTests {
}
}
static class DefaultCustomizer implements DefaultQuerydslBinderCustomizer {
static class DefaultCustomizer implements QuerydslBinderCustomizerDefaults {
@Override
public void customize(QuerydslBindings bindings, EntityPath<?> root) {