Skip to content

Commit d0ab3c8

Browse files
committed
Fix Javadoc 8 error.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1634404 13f79535-47bb-0310-9956-ffa450edef68
1 parent fe6dbee commit d0ab3c8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@ private byte[] resizeBuffer(final Context context) {
263263
*
264264
* @param size minimum spare space required
265265
* @param context the context to be used
266+
* @return the buffer
266267
*/
267268
protected byte[] ensureBufferSize(final int size, final Context context){
268269
if ((context.buffer == null) || (context.buffer.length < context.pos + size)){

0 commit comments

Comments
 (0)