Skip to content

Commit f50d1af

Browse files
author
a-brandt
committedJun 17, 2016
removed createCollection
1 parent 9c27880 commit f50d1af

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed
 

‎src/main/java/com/arangodb/util/ImportOptions.java

-3
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,6 @@ public ImportOptions setOnDuplicate(OnDuplicate onDuplicate) {
140140
public Map<String, Object> toMap() {
141141
MapBuilder mp = new MapBuilder();
142142

143-
if (createCollection != null) {
144-
mp.put("createCollection", createCollection);
145-
}
146143
if (createCollectionType != null) {
147144
mp.put("createCollectionType", createCollectionType.toString().toLowerCase());
148145
}

0 commit comments

Comments
 (0)
Please sign in to comment.