Skip to content

Commit 0543c67

Browse files
committed
pmd
1 parent 514457a commit 0543c67

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/main/java/org/htmlunit/cyberneko/xerces/util/XML11Char.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
* @author Neil Graham, IBM
3535
* @author Michael Glavassevich, IBM
3636
*/
37+
@SuppressWarnings("PMD.UseUnderscoresInNumericLiterals")
3738
public final class XML11Char {
3839

3940
/** Character flags for XML 1.1. */

src/main/java/org/htmlunit/cyberneko/xerces/util/XMLChar.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
* @author Michael Glavassevich, IBM
3737
* @author Rahul Srivastava, Sun Microsystems Inc.
3838
*/
39+
@SuppressWarnings("PMD.UseUnderscoresInNumericLiterals")
3940
public final class XMLChar {
4041

4142
/** Character flags. */

0 commit comments

Comments
 (0)