Author: mir
Date: Thu Mar 4 18:49:53 2010
New Revision: 919124
URL: http://svn.apache.org/viewvc?rev=919124&view=rev
Log:
CLEREZZA-143: fixed comment
Modified:
incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.platform.content/src/main/java/org/apache/clerezza/platform/content/hierarchy/HierarchyManager.java
Modified:
incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.platform.content/src/main/java/org/apache/clerezza/platform/content/hierarchy/HierarchyManager.java
URL:
http://svn.apache.org/viewvc/incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.platform.content/src/main/java/org/apache/clerezza/platform/content/hierarchy/HierarchyManager.java?rev=919124&r1=919123&r2=919124&view=diff
==============================================================================
---
incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.platform.content/src/main/java/org/apache/clerezza/platform/content/hierarchy/HierarchyManager.java
(original)
+++
incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.platform.content/src/main/java/org/apache/clerezza/platform/content/hierarchy/HierarchyManager.java
Thu Mar 4 18:49:53 2010
@@ -215,10 +215,8 @@
* "http://localhost:8080/foo/bar" to "test" the new URI will be
* "http://localhost:8080/foo/test".
* This resource method has the path "rename".
- *
- * @param oldPos
- * @param newPos
- * @param newName The new name of the moved node. This parameter is
optionally.
+ *
+ * @param newName The new name of the moved node.
* @return if sucessfully renamed then a Created (201) HTTP Response is
returned.
* If the node does not exist, then a Not Found (404) HTTP
Response is
* returned.