[dna-commits] DNA SVN: r1009 - trunk/extensions/dna-web-jcr-rest/src/main/java/org/jboss/dna/web/jcr/rest.

dna-commits at lists.jboss.org dna-commits at lists.jboss.org
Tue Jun 9 08:13:04 EDT 2009


Author: bcarothers
Date: 2009-06-09 08:13:04 -0400 (Tue, 09 Jun 2009)
New Revision: 1009

Modified:
   trunk/extensions/dna-web-jcr-rest/src/main/java/org/jboss/dna/web/jcr/rest/JcrResources.java
Log:
Cleaned up Javadoc

Modified: trunk/extensions/dna-web-jcr-rest/src/main/java/org/jboss/dna/web/jcr/rest/JcrResources.java
===================================================================
--- trunk/extensions/dna-web-jcr-rest/src/main/java/org/jboss/dna/web/jcr/rest/JcrResources.java	2009-06-09 11:17:52 UTC (rev 1008)
+++ trunk/extensions/dna-web-jcr-rest/src/main/java/org/jboss/dna/web/jcr/rest/JcrResources.java	2009-06-09 12:13:04 UTC (rev 1009)
@@ -97,16 +97,6 @@
  * <td>/resources/{repositoryName}/{workspaceName}/node/{uuid}</td>
  * <td>accesses the node with the given UUID</td>
  * <td>ALL</td> </tr>
- * <tr>
- * <td>/resources/{repositoryName}/{workspaceName}/lock/{path}</td>
- * <td>locks the node at the path</td>
- * <td>GET</td>
- * </tr>
- * <tr>
- * <td>/resources/{repositoryName}/{workspaceName}/lock/{path}</td>
- * <td>unlocks the node at the path</td>
- * <td>PUT</td>
- * </tr>
  * </table>
  */
 @Immutable




More information about the dna-commits mailing list