Skip to content

Commit f60e7ba

Browse files
committed
fix javadoc
1 parent 1a22183 commit f60e7ba

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/org/opensolaris/opengrok/web/PageConfig.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -488,9 +488,9 @@ public QueryBuilder getQueryBuilder() {
488488
}
489489

490490
/**
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
492492
* 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.
494494
*
495495
* @return {@code null} if a reader can't be established, the reader
496496
* otherwise.
@@ -1216,7 +1216,6 @@ private PageConfig(HttpServletRequest req) {
12161216
* the given request.
12171217
* @param sr request to check, cleanup. Ignored if {@code null}.
12181218
* @see PageConfig#get(HttpServletRequest)
1219-
*
12201219
*/
12211220
public static void cleanup(ServletRequest sr) {
12221221
if (sr == null) {

0 commit comments

Comments
 (0)