Skip to content

Commit

Permalink
docs: apply recommendations
Browse files Browse the repository at this point in the history
  • Loading branch information
ctron committed Jan 11, 2023
1 parent 30524ac commit 86b986f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/de/dentrassi/rpm/builder/RpmMojo.java
Original file line number Diff line number Diff line change
Expand Up @@ -679,13 +679,13 @@ public void setMaximumSupportedRpmVersion(final String maximumSupportedRpmVersio
/**
* Specify the "hint" for a provider of a signature configuration.
* <p>
* By default the RPM writer will calculate and add information like MD5,
* By default, the RPM writer will calculate and add information like MD5,
* SHA1, SHA256, etc. to the signature header of the RPM file. However,
* some, especially older (really old) RPM versions, have issues when the
* encounter signature information they don't understand. This parameter
* allows you to configure this process.
* <p>
* What you configure here is the so called "hint" (Plexus component
* What you configure here is the so-called "hint" (Plexus component
* name/hint) of the provider to use. This plexus component has to be found
* in the class path of the plugin, during runtime. There are two default
* providers available, one is <code>default</code> and the other is
Expand Down

0 comments on commit 86b986f

Please sign in to comment.