Skip to content

Commit

Permalink
Fix Javadoc 8 warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosame committed Sep 15, 2023
1 parent 018caca commit db7f232
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/main/java/io/sf/carte/uparser/TokenHandler3.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
/**
* To be implemented by listeners that handle the different events generated by
* the {@link TokenProducer3}.
*
* @param E the exception that the methods may throw.
*/
public interface TokenHandler3<E extends Exception> {

Expand Down
2 changes: 0 additions & 2 deletions src/main/java/io/sf/carte/uparser/TokenProducer3.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@
* constructors if you need to process larger files (or want smaller limits
* being enforced).
* </p>
*
* @param E the exception that the handler may throw.
*/
public class TokenProducer3<E extends Exception> {

Expand Down

0 comments on commit db7f232

Please sign in to comment.