File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
src/org/opensolaris/opengrok/web Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -488,9 +488,9 @@ public QueryBuilder getQueryBuilder() {
488
488
}
489
489
490
490
/**
491
- * Get the eftar reader for the opengrok data directory. If it has been
491
+ * Get the eftar reader for the data directory. If it has been
492
492
* already opened and not closed, this instance gets returned. One should
493
- * not close it once used: {@link #cleanup()} takes care to close it.
493
+ * not close it once used: {@link #cleanup(ServletRequest )} takes care to close it.
494
494
*
495
495
* @return {@code null} if a reader can't be established, the reader
496
496
* otherwise.
@@ -1216,7 +1216,6 @@ private PageConfig(HttpServletRequest req) {
1216
1216
* the given request.
1217
1217
* @param sr request to check, cleanup. Ignored if {@code null}.
1218
1218
* @see PageConfig#get(HttpServletRequest)
1219
- *
1220
1219
*/
1221
1220
public static void cleanup (ServletRequest sr ) {
1222
1221
if (sr == null ) {
You can’t perform that action at this time.
0 commit comments