]> source.dussan.org Git - sonarqube.git/commitdiff
Remove unused private method
authorSimon Brandhof <simon.brandhof@gmail.com>
Thu, 2 Feb 2012 08:44:46 +0000 (09:44 +0100)
committerSimon Brandhof <simon.brandhof@gmail.com>
Thu, 2 Feb 2012 08:46:09 +0000 (09:46 +0100)
sonar-plugin-api/src/main/java/org/sonar/api/measures/Metric.java

index 15c013164749cb44a02be18d722e22efcb8c139a..853bdd7446c9df1d7c238282f8bd01088c680514 100644 (file)
@@ -546,11 +546,6 @@ public class Metric implements ServerExtension, BatchExtension {
     return deleteHistoricalData;
   }
 
-  public Metric setDeleteHistoricalData(Boolean b) {
-    this.deleteHistoricalData = b;
-    return this;
-  }
-
   @Override
   public int hashCode() {
     return key.hashCode();