Skip to content

Commit 3475372

Browse files
committed
Remove trailing spaces.
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1230440 13f79535-47bb-0310-9956-ffa450edef68
1 parent 8a39706 commit 3475372

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

java/org/apache/jasper/xmlparser/ParserUtils.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ public TreeNode parseXMLDocument(String uri, InputStream is)
143143
public static void setEntityResolver(EntityResolver er) {
144144

145145
entityResolver = er;
146-
}
146+
}
147147

148148
// ------------------------------------------------------ Protected Methods
149149

@@ -248,4 +248,4 @@ public void error(SAXParseException ex) throws SAXException {
248248
public void fatalError(SAXParseException ex) throws SAXException {
249249
throw ex;
250250
}
251-
}
251+
}

0 commit comments

Comments
 (0)