Laszlo Hornyak has uploaded a new change for review. Change subject: engine: remove unused constants and variables ......................................................................
engine: remove unused constants and variables removed a pair of unused constants and variables Change-Id: Ic478afb639389c887c6636f1007a684eb344a20e Signed-off-by: Laszlo Hornyak <lhorn...@redhat.com> --- M backend/manager/tools/src/main/java/org/ovirt/engine/core/notifier/Notifier.java 1 file changed, 0 insertions(+), 4 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/22/15722/1 diff --git a/backend/manager/tools/src/main/java/org/ovirt/engine/core/notifier/Notifier.java b/backend/manager/tools/src/main/java/org/ovirt/engine/core/notifier/Notifier.java index e84ab23..5972e6a 100644 --- a/backend/manager/tools/src/main/java/org/ovirt/engine/core/notifier/Notifier.java +++ b/backend/manager/tools/src/main/java/org/ovirt/engine/core/notifier/Notifier.java @@ -26,8 +26,6 @@ private static final Logger log = Logger.getLogger(Notifier.class); private static ScheduledExecutorService notifyScheduler = Executors.newSingleThreadScheduledExecutor(); private static ScheduledExecutorService monitorScheduler = Executors.newSingleThreadScheduledExecutor(); - private static final long DEFAULT_NOTIFICATION_INTERVAL_IN_SECONDS = 120; - private static final long DEFAULT_ENGINE_MONITOR_INTERVAL_IN_SECONDS = 300; /** * @param args @@ -41,8 +39,6 @@ NotificationService notificationService = null; EngineMonitorService engineMonitorService = null; - long engineMonitorInterval; - long notificationInterval; try { NotificationProperties prop = NotificationProperties.getInstance(); -- To view, visit http://gerrit.ovirt.org/15722 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ic478afb639389c887c6636f1007a684eb344a20e Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Laszlo Hornyak <lhorn...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches