Skip to content

Commit

Permalink
#80 fix resolver setup
Browse files Browse the repository at this point in the history
  • Loading branch information
aburmeis committed Mar 13, 2023
1 parent 1bb0e94 commit 058adfa
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,7 @@ default ArangoTypeMapper arangoTypeMapper() throws Exception {

@Bean
default ResolverFactory resolverFactory() {
return RESOLVER_FACTORY_INSTANCE;
return new DefaultResolverFactory();
}

ResolverFactory RESOLVER_FACTORY_INSTANCE = new DefaultResolverFactory();

}

0 comments on commit 058adfa

Please sign in to comment.