You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both Travis and Gradle builds are broken because of invalid characters in the javadoc:
/home/travis/build/thombergs/diffparser/src/main/java/io/reflectoring/diffparser/unified/ParserState.java:26: error: malformed HTML
* @author Tom Hombergs <[email protected]>
^
/home/travis/build/thombergs/diffparser/src/main/java/io/reflectoring/diffparser/unified/ParserState.java:26: error: bad use of '>'
* @author Tom Hombergs <[email protected]>
^
/home/travis/build/thombergs/diffparser/src/main/java/io/reflectoring/diffparser/unified/ParserState.java:66: error: self-closing element not allowed
* <p/>
^
... more similar errors below
The text was updated successfully, but these errors were encountered:
Both Travis and Gradle builds are broken because of invalid characters in the javadoc:
The text was updated successfully, but these errors were encountered: