Skip to content
Snippets Groups Projects
Commit 7e91af9c authored by brinn's avatar brinn
Browse files

minor: remove out-commented lines

SVN: 7073
parent e2faaa1b
No related branches found
No related tags found
No related merge requests found
......@@ -132,8 +132,6 @@ public class InactivityMonitor
new InactivityMonitoringTimerTask();
activityMonitoringTimer.schedule(inactivityMonitoringTimerTask, 0L,
inactivityThresholdMillis / 2);
// activityMonitoringTimer.schedule(inactivityMonitoringTimerTask, 0L,
// Math.max(inactivityThresholdMillis, inactivityThresholdMillis + 10L));
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment