]> source.dussan.org Git - sonarqube.git/commitdiff
Add missing @CheckForNull on templateKey
authorJulien Lancelot <julien.lancelot@sonarsource.com>
Tue, 3 Jun 2014 10:53:51 +0000 (12:53 +0200)
committerJulien Lancelot <julien.lancelot@sonarsource.com>
Tue, 3 Jun 2014 10:53:51 +0000 (12:53 +0200)
sonar-server/src/main/java/org/sonar/server/rule/Rule.java

index 42232ee84ffb1dbf51f27c2684317e9120611e36..5e1894a82a20422a8e91a021280cd9d7e548f9c0 100644 (file)
@@ -57,6 +57,7 @@ public interface Rule {
 
   boolean template();
 
+  @CheckForNull
   RuleKey templateKey();
 
   /**