disable sonar validation with id squid:S2068

This commit is contained in:
Mohamed Karray
2018-10-16 13:18:59 +02:00
parent c731ecd14d
commit f0c69d4f30

View File

@@ -3,6 +3,7 @@ package sonia.scm.user;
public class ChangePasswordNotAllowedException extends RuntimeException {
public static final String WRONG_USER_TYPE = "User of type {0} are not allowed to change password";
@SuppressWarnings("squid:S2068")
public static final String OLD_PASSWORD_REQUIRED = "the old password is required.";
public ChangePasswordNotAllowedException(String message) {