Skip to content

Commit

Permalink
Add a new line after the method
Browse files Browse the repository at this point in the history
  • Loading branch information
sandushi committed Feb 10, 2025
1 parent fc52ed6 commit 51039d9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -702,6 +702,7 @@ public static ServiceProvider getSecureSaxParserFactory(InputSource inputsource)
* @return SAXParserFactory object.
*/
public static SAXParserFactory getSaxParserFactory() {

SAXParserFactory spf = SAXParserFactory.newInstance();
spf.setNamespaceAware(true);
spf.setXIncludeAware(false);
Expand Down

0 comments on commit 51039d9

Please sign in to comment.