]> source.dussan.org Git - sonarqube.git/commitdiff
Fix Quality flaw
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Tue, 6 Sep 2016 13:41:17 +0000 (15:41 +0200)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Tue, 6 Sep 2016 13:41:17 +0000 (15:41 +0200)
server/sonar-server/src/main/java/org/sonar/server/notification/NotificationDaemon.java

index 3ac96fc3cb810112046a34d3aa64c032febe4546..5aa28229e300185af1d7e595ba56276dcbf1f8a4 100644 (file)
@@ -38,13 +38,11 @@ import org.sonar.api.utils.log.Loggers;
     key = NotificationDaemon.PROPERTY_DELAY,
     defaultValue = "60",
     name = "Delay of notifications, in seconds",
-    project = false,
     global = false),
   @Property(
     key = NotificationDaemon.PROPERTY_DELAY_BEFORE_REPORTING_STATUS,
     defaultValue = "600",
     name = "Delay before reporting notification status, in seconds",
-    project = false,
     global = false)
 })
 @ServerSide