]> source.dussan.org Git - sonarqube.git/commitdiff
fix mistake (should not have been commited)
authorStephane Gamard <stephane.gamard@sonarsource.com>
Tue, 9 Sep 2014 09:24:11 +0000 (11:24 +0200)
committerStephane Gamard <stephane.gamard@sonarsource.com>
Tue, 9 Sep 2014 09:24:11 +0000 (11:24 +0200)
server/sonar-server/src/main/java/org/sonar/server/rule/Rule.java

index c82386adeb96cf6f5731e45846737edd0f6d2d58..076e6c6dd5703d87e7887998361aee6f8fc2058a 100644 (file)
@@ -31,7 +31,7 @@ import java.util.List;
 /**
  * @since 4.4
  */
-public interface Rule extends org.sonar.api.rules.Rule {
+public interface Rule {
 
   RuleKey key();