fix the java docs

This commit is contained in:
Rodica Sutu
2017-09-26 09:51:15 +03:00
committed by Tom Page
parent 6b54bd082f
commit da50858cfc

View File

@@ -642,8 +642,7 @@ public abstract class BaseAPI
} }
/** /**
* Used to set RM items properties * List of existing records management custom references.
* including records, categories and folders
*/ */
public enum CUSTOM_DEFINITIONS public enum CUSTOM_DEFINITIONS
{ {
@@ -662,7 +661,5 @@ public abstract class BaseAPI
{ {
return definition; return definition;
} }
} }
} }