You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2022/07/15 21:40:27 UTC

[GitHub] [commons-codec] kinow commented on a diff in pull request #139: (chore) Fix minor typos

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: issues-unsubscribe@commons.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org