stefan 2003/06/03 05:31:55
Modified: proposals/jcrri/src/org/apache/slide/jcr/core NodeImpl.java
Log:
correcting typos
Revision Changes Path
1.5 +5 -16
jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/NodeImpl.java
Index: NodeImpl.java
===================================================================
RCS file:
/home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/NodeImpl.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- NodeImpl.java 30 May 2003 13:22:36 -0000 1.4
+++ NodeImpl.java 3 Jun 2003 12:31:55 -0000 1.5
@@ -1218,17 +1218,6 @@
throw new UnsupportedRepositoryOperationException();
}
-
-
-
-
-
-
-
-
-
-
-
/**
* @see Node#addNode(String, boolean, NameValuePair[])
*/
@@ -1455,7 +1444,7 @@
*/
public void remove(Element element)
throws InvalidPathException, AccessDeniedException,
ConstraintViolationException, RepositoryException {
- // @todo handle version nodes and hardlonks
+ // @todo handle version nodes and hardlinks
elemMgr.removeElement(element.getPath());
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]