]> source.dussan.org Git - sonarqube.git/commitdiff
Fix some quality flaws
authorJulien Lancelot <julien.lancelot@gmail.com>
Wed, 5 Dec 2012 13:04:34 +0000 (14:04 +0100)
committerJulien Lancelot <julien.lancelot@gmail.com>
Wed, 5 Dec 2012 13:05:02 +0000 (14:05 +0100)
sonar-plugin-api/src/main/java/org/sonar/api/profiles/Alert.java

index c7be830d8ddd73a9f1e7395b1bc5f3f2975a5706..506bdb0549ac598056cd688092ec48945de028f5 100644 (file)
@@ -231,10 +231,10 @@ public class Alert extends BaseIdentifiable implements Cloneable {
   }
 
   /**
-   * This method should not be used because it does not manage alerts with variation
    * @see org.sonar.plugins.core.sensors.CheckAlertThresholds#getAlertLabel(Alert alert, Metric.Level level)
-   * @deprecated
+   * @deprecated since 3.4 because it does not manage alerts with variation
    */
+  @Deprecated
   public String getAlertLabel(Metric.Level level) {
     return new StringBuilder()
         .append(getMetric().getName())