fix copy to test

This commit is contained in:
rodicasutu
2020-07-27 16:17:16 +03:00
parent 0f1a573a5b
commit 10cfcdb14e

View File

@@ -134,5 +134,5 @@ public class FilePlanComponentFields
public static final String PATH = "path"; public static final String PATH = "path";
/** CONTENT STORE property */ /** CONTENT STORE property */
//public static final String PROPERTIES_STORE = "cm:storeName"; //public static final String PROPERTIES_STORE = "cm:storeName";
public static final String PROPERTIES_STORE = "rm:wormStore"; public static final String PROPERTIES_STORE = "rma:wormStore";
} }