Skip to content

Commit 90af478

Browse files
tonygermanoCopilot
andauthored
fix javadoc error in AbstractXMLReader.java
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Tony Germano <39179051+tonygermano@users.noreply.github.com>
1 parent d2684b3 commit 90af478

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

server/src/org/openintegrationengine/engine/plugins/datatypes/AbstractXMLReader.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ public abstract class AbstractXMLReader implements XMLReader {
4242
* <p>
4343
* Subclasses should call this at the beginning of their {@code parse} method.
4444
* </p>
45-
* * @throws SAXException if the ContentHandler has not been set.
45+
*
46+
* @throws SAXException if the ContentHandler has not been set.
4647
*/
4748
protected void ensureHandlerSet() throws SAXException {
4849
if (contentHandler == null) {

0 commit comments

Comments
 (0)