Skip to content

Commit c19943a

Browse files
Vladimir Kotalahornace
authored andcommitted
remove static per review comment
1 parent edd747b commit c19943a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opengrok-web/src/main/java/org/opengrok/web/WebappListener.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public final class WebappListener
5858
private static final Logger LOGGER = LoggerFactory.getLogger(WebappListener.class);
5959

6060
private static final String TIMER_ATTR_NAME = "request_start";
61-
private static Timer requestTimer;
61+
private Timer requestTimer;
6262

6363
/**
6464
* {@inheritDoc}

0 commit comments

Comments
 (0)