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 6abba19
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -316,8 +316,8 @@ protected ModelAndView onSubmit(HttpServletRequest request, HttpServletResponse
"<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>" + data)));
Node node = findChild(xml, "reportSchema");

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

node = findChild(node, "dataSets");
Expand Down

0 comments on commit 6abba19

Please sign in to comment.