Skip to content

Commit

Permalink
conform to conventions
Browse files Browse the repository at this point in the history
  • Loading branch information
mherman22 committed Jan 3, 2024
1 parent 6ba8804 commit b4bbf7d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ protected ModelAndView onSubmit(HttpServletRequest request, HttpServletResponse
"<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>" + data)));
Node node = findChild(xml, "reportSchema");

if(node == null) {
if (node == null) {
return null;
}

Expand Down

0 comments on commit b4bbf7d

Please sign in to comment.