mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Fixed major issues reported by sonar (Final Class)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@64824 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -23,7 +23,7 @@ import java.util.HashMap;
|
|||||||
import java.util.List;
|
import java.util.List;
|
||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
|
|
||||||
/* package scope */ class PivotUtil
|
/* package scope */ final class PivotUtil
|
||||||
{
|
{
|
||||||
private PivotUtil()
|
private PivotUtil()
|
||||||
{
|
{
|
||||||
|
@@ -33,7 +33,7 @@ import org.alfresco.service.namespace.QName;
|
|||||||
*
|
*
|
||||||
* @author Roy Wetherall
|
* @author Roy Wetherall
|
||||||
*/
|
*/
|
||||||
public class PoliciesUtil
|
public final class PoliciesUtil
|
||||||
{
|
{
|
||||||
private PoliciesUtil()
|
private PoliciesUtil()
|
||||||
{
|
{
|
||||||
|
@@ -29,7 +29,7 @@ import org.springframework.extensions.webscripts.WebScriptRequest;
|
|||||||
* @author Tuna Aksoy
|
* @author Tuna Aksoy
|
||||||
* @since 2.1
|
* @since 2.1
|
||||||
*/
|
*/
|
||||||
public class RmDictionaryWebServiceUtils
|
public final class RmDictionaryWebServiceUtils
|
||||||
{
|
{
|
||||||
private static final String SITE_ID = "siteId";
|
private static final String SITE_ID = "siteId";
|
||||||
private static final String SITE_PRESET = "rm-site-dashboard";
|
private static final String SITE_PRESET = "rm-site-dashboard";
|
||||||
|
@@ -40,7 +40,7 @@ import org.apache.commons.lang.StringUtils;
|
|||||||
* @author Tuna Aksoy
|
* @author Tuna Aksoy
|
||||||
* @since 2.1
|
* @since 2.1
|
||||||
*/
|
*/
|
||||||
public class RequestInfoUtils
|
public final class RequestInfoUtils
|
||||||
{
|
{
|
||||||
private RequestInfoUtils()
|
private RequestInfoUtils()
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user