User: juha
Date: 00/09/04 09:32:38
Modified: src/java/org/jboss/zol/shortpathcmp/node Node.java
Log:
all beans should deploy now
Revision Changes Path
1.2 +2 -2 zola/src/java/org/jboss/zol/shortpathcmp/node/Node.java
Index: Node.java
===================================================================
RCS file:
/products/cvs/ejboss/zola/src/java/org/jboss/zol/shortpathcmp/node/Node.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Node.java 2000/04/27 19:45:38 1.1
+++ Node.java 2000/09/04 16:32:37 1.2
@@ -60,14 +60,14 @@
* @throws NodeAlreadyExistsException if the node already exists in the
* children list
*/
- public void addChild(Integer childPK)
+ public void addChild(int childPK)
throws RemoteException, NodeAlreadyExistsException;
/**
* Set the parent primary key to this node
* @param parentId
*/
- public void setParent(Integer parentPK) throws RemoteException;
+ public void setParent(int parentPK) throws RemoteException;
/**
* Get the parent