Various code improvements from IntelliJ inspections
This commit is contained in:
parent
0ae8d005e4
commit
4859eb7da1
267 changed files with 879 additions and 1400 deletions
|
@ -118,7 +118,7 @@ if (topButtons!=null) {
|
|||
}
|
||||
%>
|
||||
|
||||
<tr>
|
||||
<tr class="row">
|
||||
<td class="rownumheader">#</td>
|
||||
<% if ( !("XX".equals(thisResult) )) {
|
||||
%>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
<%
|
||||
|
||||
request.setAttribute("dwrDisabled", new Boolean(false));
|
||||
request.setAttribute("dwrDisabled", Boolean.FALSE);
|
||||
String context = request.getContextPath();
|
||||
|
||||
%>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue