kinow commented on code in PR #139:
URL: https://github.com/apache/commons-codec/pull/139#discussion_r922519903


##########
src/main/java/org/apache/commons/codec/binary/Base32.java:
##########
@@ -124,11 +124,6 @@ public class Base32 extends BaseNCodec {
     // The private member fields below are used with the new streaming 
approach, which requires
     // some state be preserved between calls of encode() and decode().
 
-    /**
-     * Place holder for the bytes we're dealing with for our based logic.
-     * Bitwise operations store and extract the encoding or decoding from this 
variable.
-     */

Review Comment:
   Note to self: check out in git history if there was a variable below this 
comment before, or if this comment was intended for a block of variables?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to