]> source.dussan.org Git - sonarqube.git/commitdiff
Fix Messages to become a static field
authorTeryk Bellahsene <teryk.bellahsene@sonarsource.com>
Fri, 25 Sep 2015 15:37:30 +0000 (17:37 +0200)
committerDuarte Meneses <duarte.meneses@sonarsource.com>
Wed, 30 Sep 2015 14:27:12 +0000 (16:27 +0200)
server/sonar-server/src/main/java/org/sonar/server/scanner/Messages.java

index dc49b0d7b488ef714717f80dc8ea34dec428e4be..da223a3354fb68ad47b64991a0bdb2b61b1cdced 100644 (file)
@@ -24,5 +24,5 @@ public class Messages {
     // constants
   }
 
-  String NO_PERMISSION = "You're not authorized to execute any SonarQube analysis. Please contact your SonarQube administrator.";
+  static String NO_PERMISSION = "You're not authorized to execute any SonarQube analysis. Please contact your SonarQube administrator.";
 }