]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-3094 Improve the display of the "Differential Views" tab
authorFabrice Bellingard <bellingard@gmail.com>
Thu, 2 Feb 2012 09:15:23 +0000 (10:15 +0100)
committerFabrice Bellingard <bellingard@gmail.com>
Thu, 2 Feb 2012 09:16:34 +0000 (10:16 +0100)
=> In the "Global Settings" page, the description of the field
   "period1".

plugins/sonar-core-plugin/src/main/java/org/sonar/plugins/core/CorePlugin.java

index 0d33ee0d00c14a1d17a99d5dc871628f6302d27e..48c94a861e8e92c39c006c4bbfec1bcea13be7d4 100644 (file)
@@ -143,7 +143,7 @@ import java.util.List;
     name = "Period 1",
     description = "Period used to compare measures and track new violations. Values are : <ul class='bullet'><li>Number of days before " +
       "analysis, for example 5.</li><li>A custom date. Format is yyyy-MM-dd, for example 2010-12-25</li><li>'previous_analysis' to " +
-      "compare to previous analysis</li><li>A version, for example 1.2</li></ul>" +
+      "compare to previous analysis</li></ul>" +
       "Changing this property only take effect after subsequent project inspections.",
     project = false,
     global = true,