We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edd747b commit c19943aCopy full SHA for c19943a
opengrok-web/src/main/java/org/opengrok/web/WebappListener.java
@@ -58,7 +58,7 @@ public final class WebappListener
58
private static final Logger LOGGER = LoggerFactory.getLogger(WebappListener.class);
59
60
private static final String TIMER_ATTR_NAME = "request_start";
61
- private static Timer requestTimer;
+ private Timer requestTimer;
62
63
/**
64
* {@inheritDoc}
0 commit comments