Skip to content

Commit dddc6f1

Browse files
committed
Remove trailing white spaces on all lines.
1 parent 1b7ca88 commit dddc6f1

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1224,7 +1224,7 @@ public static MessageDigest updateDigest(final MessageDigest digest, final File
12241224

12251225
/**
12261226
* Reads through a RandomAccessFile and updates the digest for the data using non-blocking-io (NIO).
1227-
*
1227+
*
12281228
* TODO Decide if this should be public.
12291229
*
12301230
* @param digest The MessageDigest to use (e.g. MD5)
@@ -1267,7 +1267,7 @@ public static MessageDigest updateDigest(final MessageDigest digest, final Input
12671267
return digest;
12681268
}
12691269

1270-
1270+
12711271
/**
12721272
* Reads through a RandomAccessFile and updates the digest for the data using non-blocking-io (NIO)
12731273
*

src/test/java/org/apache/commons/codec/binary/HexTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public class HexTest {
4848

4949
/**
5050
* Allocate a ByteBuffer.
51-
*
51+
*
5252
* <p>The default implementation uses {@link ByteBuffer#allocate(int)}.
5353
* The method is overridden in AllocateDirectHexTest to use
5454
* {@link ByteBuffer#allocateDirect(int)}
@@ -62,7 +62,7 @@ protected ByteBuffer allocate(final int capacity) {
6262

6363
/**
6464
* Encodes the given string into a byte buffer using the UTF-8 charset.
65-
*
65+
*
6666
* <p>The buffer is allocated using {@link #allocate(int)}.
6767
*
6868
* @param string the String to encode

0 commit comments

Comments
 (0)