Skip to content

Commit e5898cc

Browse files
committed
improve javadoc
1 parent af7b599 commit e5898cc

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1236,11 +1236,10 @@ private File checkFileResolve(File dir, String name, boolean compressed) {
12361236

12371237
/**
12381238
* Find the files with the given names in the {@link #getPath()} directory
1239-
* relative to the cross-file directory of the opengrok data directory. It is
1240-
* tried to find the compressed file first by appending the file extension
1241-
* ".gz" to the filename. If that fails or an uncompressed version of the
1242-
* file is younger than its compressed version, the uncompressed file gets
1243-
* used.
1239+
* relative to the cross-file directory of the opengrok data directory. It will
1240+
* try to find the compressed file first by appending the file extension
1241+
* {@code ".gz"} to the filename. If that fails or an uncompressed version of the
1242+
* file is younger than its compressed version, the uncompressed file gets used.
12441243
*
12451244
* @param filenames filenames to lookup.
12461245
* @return an empty array if the related directory does not exist or the

0 commit comments

Comments
 (0)