Skip to content

Commit

Permalink
JavaDoc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeEdgar committed Apr 1, 2020
1 parent f1d91b1 commit 68d4516
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,7 @@ static int compare(CharSequence cs1, CharSequence cs2) {
return cs1.length() - cs2.length();
}

/**************************************************************************/
/* ********************************************************************** */

public List<UsageError> getElementErrors() {
return elementErrors;
Expand Down
4 changes: 3 additions & 1 deletion src/main/java/io/xlate/edi/stream/EDIInputFactory.java
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ public abstract EDIStreamReader createEDIStreamReader(InputStream stream,
* follows:
*
* <table>
* <caption>EDI Event Namespace Cross Reference</caption>
* <tr>
* <td>Event</td>
* <td>Element Local Name</td>
Expand Down Expand Up @@ -164,8 +165,9 @@ public abstract EDIStreamReader createEDIStreamReader(InputStream stream,
*
* @param reader the reader to wrap
* @return a new {@link XMLStreamReader}
* @throws XMLStreamException when the reader encounters an error in creation
*
* @see {@link EDINamespaces}
* @see EDINamespaces
*/
public abstract XMLStreamReader createXMLStreamReader(EDIStreamReader reader) throws XMLStreamException;
}

0 comments on commit 68d4516

Please sign in to comment.