Skip to content

Commit

Permalink
RpmMojo.java fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tksopra authored Jan 24, 2023
1 parent be5de16 commit 0c9d579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/de/dentrassi/rpm/builder/RpmMojo.java
Original file line number Diff line number Diff line change
Expand Up @@ -740,7 +740,7 @@ public void setSignatureConfiguration(final String signatureConfiguration) {
*
* <p>
* <strong>NOTE:</strong> This relies on the JVM to provide a {@code MessageDigest} provider. If you choose a
* file digest algorithm for with the JVM doesn't provide an implementation, the build will fail. By default,
* file digest algorithm for which the JVM doesn't provide an implementation, the build will fail. By default,
* JVMs (as of 1.8) should at least support MD5, SHA1, and SHA256. In practice SHA-224 to SHA-512 are supported
* by most JVMs.
* </p>
Expand Down

0 comments on commit 0c9d579

Please sign in to comment.