]> source.dussan.org Git - sonarqube.git/commitdiff
trivial : fix javadoc link
authorsimonbrandhof <simon.brandhof@gmail.com>
Thu, 16 Dec 2010 14:29:57 +0000 (14:29 +0000)
committersimonbrandhof <simon.brandhof@gmail.com>
Thu, 16 Dec 2010 14:29:57 +0000 (14:29 +0000)
sonar-plugin-api/src/main/java/org/sonar/api/profiles/RulesProfile.java

index c71d1ea1835632106b9c91161e7fffb3f7d151b7..292d6c9d23f2a6fda1fbc3b6bf7e4a226e86aaed 100644 (file)
@@ -235,7 +235,7 @@ public class RulesProfile implements Cloneable {
   }
 
   /**
-   * @deprecated since 2.3 use {@link #getActiveRulesByRepository()} instead.
+   * @deprecated since 2.3 use {@link #getActiveRulesByRepository(String)} instead.
    */
   @Deprecated
   public List<ActiveRule> getActiveRulesByPlugin(String repositoryKey) {