Skip to content

Commit

Permalink
remove @Nullable
Browse files Browse the repository at this point in the history
  • Loading branch information
VishnuSanal committed Oct 24, 2023
1 parent f2e903a commit f188223
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
import org.apache.commons.compress.utils.ByteUtils;
import org.apache.commons.compress.utils.CRC32VerifyingInputStream;
import org.apache.commons.compress.utils.InputStreamStatistics;
import org.jetbrains.annotations.Nullable;

/**
* Reads a 7z file, using SeekableByteChannel under the covers.
Expand Down Expand Up @@ -2119,7 +2118,6 @@ public String getDefaultName() {
return lastSegment + "~";
}

@Nullable
private static byte[] utf16Decode(final char[] chars) {
if (chars == null) {
return null;
Expand Down

0 comments on commit f188223

Please sign in to comment.