]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-2754 rename the parameter to sonar.dbcleaner.cleanDirectory
authorsimonbrandhof <simon.brandhof@gmail.com>
Tue, 24 Jan 2012 13:44:53 +0000 (14:44 +0100)
committersimonbrandhof <simon.brandhof@gmail.com>
Tue, 24 Jan 2012 13:44:53 +0000 (14:44 +0100)
plugins/sonar-dbcleaner-plugin/src/main/java/org/sonar/plugins/dbcleaner/purges/DeleteDirectoryHistory.java

index a96389dc685d70ff50043c8252f38aba420ba315..dfaa68fd1f465eaac4eb8d7edbc026132dededbb 100644 (file)
@@ -27,7 +27,7 @@ import org.sonar.core.purge.PurgeDao;
 import org.sonar.core.purge.PurgeSnapshotQuery;
 
 @Properties({
-  @Property(key = "sonar.dbcleaner.cleanDirectoryHistory", defaultValue = "false", name = "TODO")
+  @Property(key = "sonar.dbcleaner.cleanDirectory", defaultValue = "false", name = "Clean history data of directories/packages")
 })
 public class DeleteDirectoryHistory extends ProjectPurge {
   private PurgeDao purgeDao;