]> source.dussan.org Git - sonarqube.git/commitdiff
fix quality flaws (Unused ctor)
authorStephane Gamard <stephane.gamard@searchbox.com>
Tue, 1 Jul 2014 16:49:20 +0000 (18:49 +0200)
committerStephane Gamard <stephane.gamard@searchbox.com>
Tue, 1 Jul 2014 16:55:12 +0000 (18:55 +0200)
sonar-server/src/main/java/org/sonar/server/search/action/IndexAction.java

index e8164cb049bbfc08989be7716b3d55e71859639a..c2001b4257c5f07fb133ea9e17dfe1f44990ab44 100644 (file)
@@ -35,10 +35,6 @@ public abstract class IndexAction extends QueueAction {
   protected Method method;
   protected Index index;
 
-  public IndexAction(String indexType) {
-    this(indexType, null);
-  }
-
   public IndexAction(String indexType, Method method) {
     super();
     this.indexType = indexType;