8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c5b824 commit a19ed30Copy full SHA for a19ed30
src/main/java/com/arangodb/springframework/config/ArangoConfiguration.java
@@ -142,9 +142,6 @@ default ArangoTypeMapper arangoTypeMapper() throws Exception {
142
143
@Bean
144
default ResolverFactory resolverFactory() {
145
- return RESOLVER_FACTORY_INSTANCE;
146
- }
147
-
148
- ResolverFactory RESOLVER_FACTORY_INSTANCE = new DefaultResolverFactory();
149
+ return new DefaultResolverFactory();
+ }
150
}
0 commit comments