]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-3153 Add missing deprecated tag and move property from SecurityRealmFactory...
authorJulien Lancelot <julien.lancelot@gmail.com>
Mon, 25 Mar 2013 15:15:16 +0000 (16:15 +0100)
committerJulien Lancelot <julien.lancelot@gmail.com>
Mon, 25 Mar 2013 15:15:30 +0000 (16:15 +0100)
sonar-plugin-api/src/main/java/org/sonar/api/CoreProperties.java

index 6cdd0293530ced13d5f3f401b105b1ccdccd57f5..e55d31b0f766486d00e7ac92a377b5d1557f0d68 100644 (file)
@@ -155,7 +155,7 @@ public interface CoreProperties {
   boolean CORE_ALLOW_USERS_TO_SIGNUP_DEAULT_VALUE = false;
 
   /**
-   * @deprecated since 2.14. See http://jira.codehaus.org/browse/SONAR-3153
+   * @deprecated since 2.14. See http://jira.codehaus.org/browse/SONAR-3153. Replaced by {@link #CORE_AUTHENTICATOR_REALM}.
    */
   @Deprecated
   String CORE_AUTHENTICATOR_CLASS = "sonar.authenticator.class";