Skip to content

Commit 6ba17fe

Browse files
committed
Javadoc
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1382498 13f79535-47bb-0310-9956-ffa450edef68
1 parent 2c3ce28 commit 6ba17fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ public Base32(int lineLength, byte[] lineSeparator, boolean useHex) {
278278
* Amount of bytes available from input for encoding.
279279
* @param context the context to be used
280280
*
281-
* Output is written to {@link #buffer} as 8-bit octets, using {@link #pos} as the buffer position
281+
* Output is written to {@link Context#buffer} as 8-bit octets, using {@link Context#pos} as the buffer position
282282
*/
283283
@Override
284284
void decode(byte[] in, int inPos, int inAvail, Context context) { // package protected for access from I/O streams

0 commit comments

Comments
 (0)