Skip to content

Commit e9222cc

Browse files
committed
Fix checkstyle.
1 parent 230d340 commit e9222cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sbe-tool/src/main/java/uk/co/real_logic/sbe/xml/XmlSchemaParser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ public static MessageSchema parse(final InputSource is, final ParserOptions opti
139139
* {@link #parse(org.xml.sax.InputSource, uk.co.real_logic.sbe.xml.ParserOptions) }.
140140
* <p>Note: this method does not the the {@link InputSource#setSystemId(java.lang.String) } property, however. It is recommended to use the
141141
* {@link #parse(org.xml.sax.InputSource, uk.co.real_logic.sbe.xml.ParserOptions) } method directly.</p>
142-
*
142+
*
143143
* <p>
144144
* Exceptions are passed back up for any problems.
145145
*

0 commit comments

Comments
 (0)