From: Simon Brandhof Date: Tue, 6 Sep 2016 13:41:17 +0000 (+0200) Subject: Fix Quality flaw X-Git-Tag: 6.1-RC1~199 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ce43bfd37dd1f7147bee14f1aa9f57887f738a48;p=sonarqube.git Fix Quality flaw --- diff --git a/server/sonar-server/src/main/java/org/sonar/server/notification/NotificationDaemon.java b/server/sonar-server/src/main/java/org/sonar/server/notification/NotificationDaemon.java index 3ac96fc3cb8..5aa28229e30 100644 --- a/server/sonar-server/src/main/java/org/sonar/server/notification/NotificationDaemon.java +++ b/server/sonar-server/src/main/java/org/sonar/server/notification/NotificationDaemon.java @@ -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