]> source.dussan.org Git - sonarqube.git/commitdiff
Fix description of computation step "DigestReportStep"
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Sun, 11 Jan 2015 21:58:22 +0000 (22:58 +0100)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Sun, 11 Jan 2015 21:58:22 +0000 (22:58 +0100)
server/sonar-server/src/main/java/org/sonar/server/computation/step/DigestReportStep.java

index 4f462005a8fb30b6332f0c8140e1b19ee0d4f85f..1a9acd16508db0814625592d5d6170d8f5bcfb9b 100644 (file)
@@ -39,6 +39,6 @@ public class DigestReportStep implements ComputationStep {
 
   @Override
   public String getDescription() {
-    return "Decompress analysis report";
+    return "Digest analysis report";
   }
 }