Skip to content

Commit 8c7fcfe

Browse files
committed
Javadoc
1 parent cd4caaf commit 8c7fcfe

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

src/main/java/org/apache/commons/codec/binary/BaseNCodec.java

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,10 +388,15 @@ static int toLength(final byte[] array) {
388388
}
389389

390390
/**
391+
* Deprecated: Will be removed in 2.0.
392+
* <p>
393+
* instance variable just in case it needs to vary later
394+
* </p>
395+
*
391396
* @deprecated Use {@link #pad}. Will be removed in 2.0.
392397
*/
393398
@Deprecated
394-
protected final byte PAD = PAD_DEFAULT; // instance variable just in case it needs to vary later
399+
protected final byte PAD = PAD_DEFAULT;
395400

396401
/** Pad byte. Instance variable just in case it needs to vary later. */
397402
protected final byte pad;

0 commit comments

Comments
 (0)