]> SALOME platform Git repositories - tools/siman.git/blobdiff - Workspace/Siman-Common/src/org/splat/service/KnowledgeElementService.java
Salome HOME
Id now is Long instead of Integer. First unit test is created. hibernate-3.5.jar...
[tools/siman.git] / Workspace / Siman-Common / src / org / splat / service / KnowledgeElementService.java
index 12cdc275274c3a65aae6654514e454912b32ee96..62cec624baa806f0114df6f76ef47754cca96664 100644 (file)
@@ -27,5 +27,5 @@ public interface KnowledgeElementService {
        public void rename(KnowledgeElement knowledgeElement, String title)
                        throws InvalidPropertyException;
 
-       public KnowledgeElement selectKnowledgeElement(int index);
+       public KnowledgeElement selectKnowledgeElement(long index);
 }