Skip to content

Commit

Permalink
checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Nov 21, 2024
1 parent 24a2d28 commit f63e7dc
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
*/
public abstract class AbstractXMLDocumentParser implements XMLDocumentHandler {


/** Property identifier: error handler. */
protected static final String ERROR_HANDLER = Constants.XERCES_PROPERTY_PREFIX + Constants.ERROR_HANDLER_PROPERTY;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@
*/
public class XNIException extends RuntimeException {

private static final long serialVersionUID = 7447489736019161121L;

/**
* Constructs an XNI exception with a message.
*
Expand Down
2 changes: 0 additions & 2 deletions src/test/java/org/htmlunit/cyberneko/DOMParserTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,3 @@ public void parse() throws Exception {
parser.parse(source);
}
}


3 changes: 1 addition & 2 deletions src/test/java/org/htmlunit/cyberneko/util/MiniStackTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@

import org.junit.jupiter.api.Test;


/**
* Unit tests for {@link MiniStack}.
*
* @author René Schwietzke
*/
public class MiniStackTest {

@Test
public void ctr() {
final MiniStack<String> m = new MiniStack<>();
Expand Down Expand Up @@ -196,5 +196,4 @@ public void reset() {
assertNull(m.pop());
}
}

}

0 comments on commit f63e7dc

Please sign in to comment.