Skip to content

Commit

Permalink
KB -> KiB
Browse files Browse the repository at this point in the history
  • Loading branch information
cstamas committed Mar 28, 2024
1 parent 8046412 commit 1e6c650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/apache/maven/plugins/gpg/BcSigner.java
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ public byte[] loadKeyRingMaterial(RepositorySystemSession session) throws IOExce
if (Files.size(keyPath) < MAX_SIZE) {
return Files.readAllBytes(keyPath);
} else {
throw new IOException("Refusing to load file " + keyPath + "; is larger than 64KB");
throw new IOException("Refusing to load file " + keyPath + "; is larger than 64KiB");

This comment has been minimized.

Copy link
@gnodet

gnodet Mar 28, 2024

What does that mean ?

This comment has been minimized.

Copy link
@gnodet

gnodet Mar 28, 2024

}
}
return null;
Expand Down

0 comments on commit 1e6c650

Please # to comment.