Skip to content

Commit 62f6e43

Browse files
committed
Fix another PMD warning.
1 parent 85dfaf3 commit 62f6e43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/jenkins/plugins/datatables/TableColumn.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ public String getDefinition() {
183183
* Builder for {@link TableColumn} instances.
184184
*/
185185
public static class ColumnBuilder {
186-
private static final int DEFAULT_PRIORITY = 10000;
186+
private static final int DEFAULT_PRIORITY = 10_000;
187187
@CheckForNull
188188
private String header;
189189
@CheckForNull

0 commit comments

Comments
 (0)