You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chemistry.apache.org by dc...@apache.org on 2010/01/06 20:24:06 UTC

svn commit: r896629 - /incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/main/java/org/apache/chemistry/abdera/ext/CMISConstants.java

Author: dcaruana
Date: Wed Jan  6 19:24:06 2010
New Revision: 896629

URL: http://svn.apache.org/viewvc?rev=896629&view=rev
Log:
Type descendants rel link name changed to comply with spec.

Modified:
    incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/main/java/org/apache/chemistry/abdera/ext/CMISConstants.java

Modified: incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/main/java/org/apache/chemistry/abdera/ext/CMISConstants.java
URL: http://svn.apache.org/viewvc/incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/main/java/org/apache/chemistry/abdera/ext/CMISConstants.java?rev=896629&r1=896628&r2=896629&view=diff
==============================================================================
--- incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/main/java/org/apache/chemistry/abdera/ext/CMISConstants.java (original)
+++ incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/main/java/org/apache/chemistry/abdera/ext/CMISConstants.java Wed Jan  6 19:24:06 2010
@@ -166,7 +166,7 @@
     public static final String REL_CURRENT_VERSION = "current-version";
     public static final String REL_WORKING_COPY = "working-copy";
     public static final String REL_ROOT_DESCENDANTS = CMISLINK_NS + "rootdescendants";
-    public static final String REL_TYPES_DESCENDANTS = CMISLINK_NS + "typesdescendants";
+    public static final String REL_TYPES_DESCENDANTS = CMISLINK_NS + "typedescendants";
     public static final String REL_FOLDER_TREE = CMISLINK_NS + "foldertree";
     public static final String REL_ALLOWABLE_ACTIONS = CMISLINK_NS + "allowableactions";
     public static final String REL_POLICIES = CMISLINK_NS + "policies";