Skip to content

Commit 09a878e

Browse files
committed
adjust comment
1 parent 712eb48 commit 09a878e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1851,7 +1851,7 @@ public boolean isNotModified(HttpServletRequest request, HttpServletResponse res
18511851
getProjectMessages(),
18521852
// last timestamp value
18531853
getEnv().getDateForLastIndexRun() != null ? getEnv().getDateForLastIndexRun().getTime() : 0,
1854-
// OpenGrok version has changed since the last time
1854+
// OpenGrok version
18551855
Info.getVersion()
18561856
)
18571857
);

0 commit comments

Comments
 (0)