Skip to content

Commit aeec706

Browse files
committed
fixes compilation
1 parent d30154a commit aeec706

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mongodb-driver/src/main/java/org/jnosql/diana/mongodb/document/MongoDBDocumentConfiguration.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,12 +103,11 @@ public MongoDBDocumentCollectionManagerFactory get(Settings settings) throws Nul
103103
return get(configurations);
104104
}
105105

106-
@Override
107106
public MongoDBDocumentCollectionManagerFactory get(String pathFileConfig) throws NullPointerException {
108107
requireNonNull(pathFileConfig, "settings is required");
109108

110109
Map<String, String> configuration = ConfigurationReader.from(pathFileConfig);
111-
return get(configurations);
110+
return get(configuration);
112111
}
113112

114113

0 commit comments

Comments
 (0)