Skip to content

Commit d911a0f

Browse files
authored
fix: arangoTemplate bean factory (#319)
1 parent 645e33c commit d911a0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/arangodb/springframework/config/ArangoConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ default ContentType contentType() {
8383
}
8484

8585
@Bean
86-
default ArangoOperations arangoTemplate() throws Exception {
86+
default ArangoTemplate arangoTemplate() throws Exception {
8787
return new ArangoTemplate(arango().serde(serde()).build(), database(), arangoConverter(), resolverFactory());
8888
}
8989

0 commit comments

Comments
 (0)