Skip to content

Commit fc82765

Browse files
author
Vladimir Kotal
committed
fix comment
1 parent d0fd923 commit fc82765

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -349,8 +349,7 @@ Click <a href="<%= rawPath %>">download <%= basename %></a><%
349349
// requesting cross referenced file
350350
File xrefFile = null;
351351
352-
// Get the latest revision and redirect so that the revision number
353-
// appears in the URL.
352+
// Get the latest revision and redirect so that the revision number appears in the URL.
354353
String location = cfg.getRevisionLocation(cfg.getLatestRevision());
355354
if (location != null) {
356355
response.sendRedirect(location);

0 commit comments

Comments
 (0)