Skip to content

Commit

Permalink
#46: Fix doc
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Nicoulaud <[email protected]>
  • Loading branch information
nicoulaj committed Jul 6, 2017
1 parent 8da732a commit ea004c4
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,14 @@ abstract class AbstractChecksumMojo

/**
* The list of checksum algorithms used.
*
*
* <p>Default value is MD5 and SHA-1.<br/>Allowed values are CRC32, MD2, MD4, MD5, SHA-1, SHA-224, SHA-256, SHA-384,
* SHA-512, RIPEMD128, RIPEMD160, RIPEMD256, RIPEMD320, GOST3411 and Tiger.</p>
*
*
* <p> Use the following syntax:
* <pre>&lt;algorithms&gt;
* &lt;algorithm&gt;MD5&lt;algorithm&gt;
* &lt;algorithm&gt;SHA-1&lt;algorithm&gt;
* &lt;algorithm&gt;MD5&lt;/algorithm&gt;
* &lt;algorithm&gt;SHA-1&lt;/algorithm&gt;
* &lt;/algorithms&gt;</pre>
* </p>
*
Expand Down Expand Up @@ -209,7 +209,7 @@ private Iterable<? extends ArtifactListener> createArtifactListeners() {
protected abstract List<ChecksumFile> getFilesToProcess();

protected abstract boolean isIndividualFiles();

protected boolean isAppendFilename(){
return false;
}
Expand Down

0 comments on commit ea004c4

Please sign in to comment.