Skip to content

Commit ede7652

Browse files
committed
feat: update orientdb with Safe varags annotations
Signed-off-by: Otavio Santana <[email protected]>
1 parent cd00fb7 commit ede7652

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jnosql-orientdb/src/main/java/org/eclipse/jnosql/databases/orientdb/communication/OrientDBDocumentConfiguration.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ private String getStorageType(Settings settings) {
9595
return find(settings, OrientDBDocumentConfigurations.STORAGE_TYPE);
9696
}
9797

98+
@SafeVarargs
9899
private String find(Settings settings, Supplier<String>... keys) {
99100
return settings.get(Stream.of(keys)
100101
.map(Supplier::get).collect(toList()))

0 commit comments

Comments
 (0)