File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
opengrok-web/src/main/java/org/opengrok/web Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -125,6 +125,14 @@ public void contextDestroyed(final ServletContextEvent servletContextEvent) {
125
125
SuggesterServiceFactory .getDefault ().close ();
126
126
}
127
127
128
+ /**
129
+ * {@inheritDoc}
130
+ */
131
+ @ Override
132
+ public void requestInitialized (ServletRequestEvent e ) {
133
+ e .getServletRequest ().setAttribute (TIMER_ATTR_NAME , Instant .now ());
134
+ }
135
+
128
136
/**
129
137
* {@inheritDoc}
130
138
*/
@@ -144,12 +152,4 @@ public void requestDestroyed(ServletRequestEvent e) {
144
152
145
153
AnalyzerGuru .returnAnalyzers ();
146
154
}
147
-
148
- /**
149
- * {@inheritDoc}
150
- */
151
- @ Override
152
- public void requestInitialized (ServletRequestEvent e ) {
153
- e .getServletRequest ().setAttribute (TIMER_ATTR_NAME , Instant .now ());
154
- }
155
155
}
You can’t perform that action at this time.
0 commit comments