Author: fmui
Date: Wed Mar 13 09:04:59 2013
New Revision: 1455843

URL: http://svn.apache.org/r1455843
Log:
fixed secondary type constant

Modified:
    
chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/SecondaryTypeIds.java

Modified: 
chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/SecondaryTypeIds.java
URL: 
http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/SecondaryTypeIds.java?rev=1455843&r1=1455842&r2=1455843&view=diff
==============================================================================
--- 
chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/SecondaryTypeIds.java
 (original)
+++ 
chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/SecondaryTypeIds.java
 Wed Mar 13 09:04:59 2013
@@ -28,6 +28,6 @@ public final class SecondaryTypeIds {
 
     public static final String REPOSITORY_MANAGED_RETENTION = 
"cmis:rm_repMgtRetention";
     public static final String CLIENT_MANAGED_RETENTION = 
"cmis:rm_clientMgtRetention";
-    public static final String DESTRUCTION_CLIENT_MANAGED_RETENTION = 
"cmis:rm_destructionRetention.";
+    public static final String DESTRUCTION_CLIENT_MANAGED_RETENTION = 
"cmis:rm_destructionRetention";
     public static final String HOLD = "cmis:rm_hold";
 }


Reply via email to