Skip to content

Commit

Permalink
bump checkstyle 10.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cxzl25 committed Jan 30, 2024
1 parent 8f22732 commit 6667632
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public RunLengthIntegerReaderV2(InStream input, boolean signed,
}

private static final RunLengthIntegerWriterV2.EncodingType[] encodings =
RunLengthIntegerWriterV2.EncodingType.values();
RunLengthIntegerWriterV2.EncodingType.values();
private void readValues(boolean ignoreEof) throws IOException {
// read the first 2 bits and determine the encoding type
int firstByte = input.read();
Expand Down
2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@

<properties>
<brotli4j.version>1.15.0</brotli4j.version>
<checkstyle.version>10.12.0</checkstyle.version>
<checkstyle.version>10.13.0</checkstyle.version>
<example.dir>${project.basedir}/../../examples</example.dir>
<hadoop.version>3.3.6</hadoop.version>
<java.version>17</java.version>
Expand Down

0 comments on commit 6667632

Please sign in to comment.