Skip to content

Commit d8695b9

Browse files
committed
Checkstyle: Line has trailing spaces.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1744145 13f79535-47bb-0310-9956-ffa450edef68
1 parent 17fe327 commit d8695b9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • src/main/java/org/apache/commons/codec/digest

src/main/java/org/apache/commons/codec/digest/Digest.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ public class Digest {
3434
/**
3535
* Runs the digest algorithm in {@code args[0]} on the file in {@code args[1]}. If there is no {@code args[1]}, use
3636
* standard input.
37-
*
37+
*
3838
* <p>
3939
* The algorithm can also be {@code ALL} or {@code *} to output one line for each known algorithm.
4040
* </p>
41-
*
41+
*
4242
* @param args
4343
* {@code args[0]} is one of {@link MessageDigestAlgorithm} name, {@link MessageDigest} name, {@code ALL}
4444
* , or {@code *}. {@code args[1]} is a FILE.
@@ -67,7 +67,7 @@ private Digest(final String[] args) {
6767

6868
private void println(String prefix, final byte[] digest) {
6969
final String sourceDesc = source == null ? "-" : source;
70-
// The standard appears to be to print
70+
// The standard appears to be to print
7171
// hex, space, then either space or '*' followed by file
7272
// where '*' is used for binary files
7373
// shasum(1) has a -b option which generates " *" separator

0 commit comments

Comments
 (0)