RM-2074 Fix comment and imports.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@100140 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Tom Page
2015-03-26 11:04:06 +00:00
parent d2ce0009d9
commit 40bfbb7cd4
2 changed files with 6 additions and 8 deletions

View File

@@ -18,19 +18,17 @@
*/
package org.alfresco.module.org_alfresco_module_rm.classification;
import java.io.Serializable;
import java.util.Collections;
import java.util.List;
import org.alfresco.module.org_alfresco_module_rm.classification.ClassificationServiceException.MissingConfiguration;
import org.alfresco.module.org_alfresco_module_rm.util.ServiceBaseImpl;
import org.alfresco.repo.security.authentication.AuthenticationUtil;
import org.alfresco.service.cmr.attributes.AttributeService;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.io.Serializable;
import java.util.Collections;
import java.util.List;
/**
* @author Neil Mc Erlean
* @since 3.0

View File

@@ -32,8 +32,8 @@ import org.json.JSONObject;
import org.json.JSONTokener;
/**
* This class is responsible for providing the configured classification levels, dealing with
* JSON schema as part of that.
* This class is responsible for providing the configured classification levels
* and classification reasons, dealing with JSON schema as part of that.
*
* @author Neil Mc Erlean
* @since 3.0