]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.db.common/src/org/simantics/db/common/utils/ListUtils.java
Fixed function name clash in Simantics/DB#createList
[simantics/platform.git] / bundles / org.simantics.db.common / src / org / simantics / db / common / utils / ListUtils.java
index 15910147ae4d25a50837e50b03e2245b9136e107..4d6518524d2ad1c31ebe98f890d17d975743ce4c 100644 (file)
@@ -50,7 +50,7 @@ public class ListUtils {
     }
     
     /**
     }
     
     /**
-     * Creates a list containing the givens {@code elements}.
+     * Creates a list containing the given {@code elements}.
      */
     public static Resource create(WriteGraph g, Iterable<Resource> elements) throws DatabaseException {
         Layer0 L0 = Layer0.getInstance(g);
      */
     public static Resource create(WriteGraph g, Iterable<Resource> elements) throws DatabaseException {
         Layer0 L0 = Layer0.getInstance(g);
@@ -63,7 +63,7 @@ public class ListUtils {
     }
 
     /**
     }
 
     /**
-     * Creates a list containing the givens {@code elements}.
+     * Creates a list of the given list type containing the given {@code elements}.
      */
     public static Resource create(WriteGraph g, Resource type, Iterable<Resource> elements) throws DatabaseException {
         Layer0 L0 = Layer0.getInstance(g);
      */
     public static Resource create(WriteGraph g, Resource type, Iterable<Resource> elements) throws DatabaseException {
         Layer0 L0 = Layer0.getInstance(g);