kinow commented on code in PR #139:
URL: https://github.com/apache/commons-codec/pull/139#discussion_r922540511
##########
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:
This comment was for `bitWorkArea` —
https://github.com/apache/commons-codec/commit/d6f305d2efd7560634217a25f3bbee59299844dd
That field was removed in CODEC-96, so safe to remove this comment now
:detective: —
https://github.com/apache/commons-codec/commit/3f41cf1609fae7c8848beb0655bcf67132c7a277
--
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]