Skip to content

Commit

Permalink
820
Browse files Browse the repository at this point in the history
  • Loading branch information
snuyanzin committed Mar 19, 2024
1 parent f759352 commit e1d01ab
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 @@ -88,7 +88,7 @@ public void reset() {
count = 0;
}

public byte toByteArray()[] {
public byte[] toByteArray() {
return Arrays.copyOf(buffer, count);
}

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2175,7 +2175,7 @@ under the License.
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<!-- Note: match version with docs/flinkDev/ide_setup.md -->
<version>8.14</version>
<version>8.20</version>
</dependency>
</dependencies>
<executions>
Expand Down

0 comments on commit e1d01ab

Please sign in to comment.