]> source.dussan.org Git - sonarqube.git/commitdiff
Fix javadoc
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Wed, 2 Jul 2014 05:42:04 +0000 (07:42 +0200)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Wed, 2 Jul 2014 05:42:04 +0000 (07:42 +0200)
sonar-core/src/main/java/org/sonar/core/qualityprofile/db/ActiveRuleDto.java

index 8c3de2f29c6ac9feb7bf984ccf2bfd62c2166214..fed0a1078da03f061462a3fe23c522eb074209a9 100644 (file)
@@ -50,7 +50,7 @@ public class ActiveRuleDto extends Dto<ActiveRuleKey> {
   private String inheritance;
 
   /**
-   * for internal use, should be private
+   * @deprecated for internal use, should be private
    */
   @Deprecated
   public ActiveRuleDto setKey(ActiveRuleKey key) {