]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-5185 Update warning message to display
authorJulien Lancelot <julien.lancelot@sonarsource.com>
Thu, 10 Apr 2014 14:33:29 +0000 (16:33 +0200)
committerJulien Lancelot <julien.lancelot@sonarsource.com>
Thu, 10 Apr 2014 14:33:37 +0000 (16:33 +0200)
sonar-batch/src/main/java/org/sonar/batch/ProjectConfigurator.java

index 399ecf5e0bad4311c3c587d00b74ab3db9aaa193..70d05de7356e357ba34138bd6e0db2df25cfe9de 100644 (file)
@@ -120,7 +120,7 @@ public class ProjectConfigurator implements BatchComponent {
       return Project.AnalysisType.DYNAMIC;
     }
 
-    LOG.warn("'sonar.dynamicAnalysis' property is deprecated since version 4.3 and should not be used anymore. It's the responsibility of plugins to gather test information.");
+    LOG.warn("'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used.");
     if ("true".equals(value)) {
       return Project.AnalysisType.DYNAMIC;
     }