Skip to content

Commit 399505b

Browse files
author
Vladimir Kotal
committed
fix comment
1 parent 17c862a commit 399505b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opengrok-web/src/main/webapp/list.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ Click <a href="<%= rawPath %>">download <%= basename %></a><%
358358
} else {
359359
if (!cfg.getEnv().isGenerateHtml()) {
360360
// Economy mode is on and failed to get the last revision (presumably running with history turned off).
361-
// Generate dummy revision string so that xref can be generated from the resource file directly.
361+
// Use dummy revision string so that xref can be generated from the resource file directly.
362362
location = cfg.getRevisionLocation(DUMMY_REVISION);
363363
response.sendRedirect(location);
364364
return;

0 commit comments

Comments
 (0)