Various code improvements from IntelliJ inspections

This commit is contained in:
Graham Triggs 2017-09-18 00:21:04 +01:00
parent 0ae8d005e4
commit 4859eb7da1
267 changed files with 879 additions and 1400 deletions

View file

@ -118,7 +118,7 @@ if (topButtons!=null) {
}
%>
<tr>
<tr class="row">
<td class="rownumheader">#</td>
<% if ( !("XX".equals(thisResult) )) {
%>

View file

@ -2,7 +2,7 @@
<%
request.setAttribute("dwrDisabled", new Boolean(false));
request.setAttribute("dwrDisabled", Boolean.FALSE);
String context = request.getContextPath();
%>