Skip to content

Commit 5c4b57f

Browse files
author
Vladimir Kotal
committed
avoid using variable
1 parent fc82765 commit 5c4b57f

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
@@ -375,9 +375,8 @@ Click <a href="<%= rawPath %>">download <%= basename %></a><%
375375
%></pre>
376376
</div><%
377377
} else {
378-
String error = "Failed to get xref file";
379378
%>
380-
<p class="error"><%= error %></p><%
379+
<p class="error">Failed to get xref file</p><%
381380
}
382381
}
383382
}

0 commit comments

Comments
 (0)