]> source.dussan.org Git - sonarqube.git/commitdiff
Fix unused import
authorSimon Brandhof <simon.brandhof@gmail.com>
Wed, 19 Jun 2013 21:13:32 +0000 (23:13 +0200)
committerSimon Brandhof <simon.brandhof@gmail.com>
Wed, 19 Jun 2013 21:15:48 +0000 (23:15 +0200)
sonar-batch/src/main/java/org/sonar/batch/bootstrap/BatchSettings.java

index d3852be72f7fc78077d933ad5202219fb6f71b2b..eed98ee577c7c76e855d11c1e03510a969336703 100644 (file)
@@ -25,7 +25,6 @@ import org.apache.commons.lang.StringUtils;
 import org.json.simple.JSONValue;
 import org.slf4j.LoggerFactory;
 import org.sonar.api.CoreProperties;
-import org.sonar.api.batch.bootstrap.ProjectDefinition;
 import org.sonar.api.batch.bootstrap.ProjectReactor;
 import org.sonar.api.config.PropertyDefinitions;
 import org.sonar.api.config.Settings;
@@ -79,7 +78,7 @@ public class BatchSettings extends Settings {
   }
 
   /**
-   * Restore properties like they were before call of the {@link #init(ProjectDefinition)} method
+   * Restore properties like they were before call of the {@link #init(org.sonar.api.batch.bootstrap.ProjectReactor)} method
    */
   public void restore() {
     this.setProperties(savedProperties);