]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scl.db/scl/Simantics/DB.scl
Fixed function name clash in Simantics/DB#createList
[simantics/platform.git] / bundles / org.simantics.scl.db / scl / Simantics / DB.scl
index 30608067d7a6353545f53a5a4d00c5a93962826c..702c710c8bb3b55a8f3b77ebea9a3ae1188442f9 100644 (file)
@@ -270,7 +270,7 @@ importJava "org.simantics.db.common.utils.ListUtils" where
     createList :: [Resource] -> <WriteGraph> Resource
 
     @JavaName create
-    createList :: Resource -> [Resource] -> <WriteGraph> Resource
+    createListWithType :: Resource -> [Resource] -> <WriteGraph> Resource
     
     @javaName insertBack
     insertBack :: Resource -> [Resource] -> <WriteGraph> ()