Skip to content

Commit

Permalink
WelcomeContentHandler can be static in WelcomeParser
Browse files Browse the repository at this point in the history
Done via a JDT clean-up action for optimizing performance.
  • Loading branch information
vogella committed Apr 29, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 65e3b4a commit a7ecd8a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -78,7 +78,7 @@ public class WelcomeParser extends DefaultHandler {

private String format;

private class WelcomeContentHandler implements ContentHandler {
private static class WelcomeContentHandler implements ContentHandler {
protected ContentHandler parent;

public void setParent(ContentHandler p) {

0 comments on commit a7ecd8a

Please sign in to comment.