]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-2897 Rename "sonar.cobertura.maxmen" to "sonar.cobertura.maxmem"
authorFabrice Bellingard <bellingard@gmail.com>
Mon, 21 Nov 2011 09:11:27 +0000 (10:11 +0100)
committerFabrice Bellingard <bellingard@gmail.com>
Mon, 21 Nov 2011 09:11:27 +0000 (10:11 +0100)
sonar-plugin-api/src/main/java/org/sonar/api/CoreProperties.java

index d6eb8becffa49317974e7f1b0dab704417cb2557..eb7edb07f6c91f8d72c919679ae0d80e1c3f41c0 100644 (file)
@@ -110,7 +110,7 @@ public interface CoreProperties {
   /* Cobertura */
   String COBERTURA_PLUGIN = "cobertura";
   String COBERTURA_REPORT_PATH_PROPERTY = "sonar.cobertura.reportPath";
-  String COBERTURA_MAXMEM_PROPERTY = "sonar.cobertura.maxmen";
+  String COBERTURA_MAXMEM_PROPERTY = "sonar.cobertura.maxmem";
   String COBERTURA_MAXMEM_DEFAULT_VALUE = "64m";
 
   /* Sonar Core */