garydgregory commented on code in PR #956:
URL: https://github.com/apache/commons-lang/pull/956#discussion_r1135493662
##########
src/main/java/org/apache/commons/lang3/BitField.java:
##########
@@ -281,7 +281,7 @@ public byte setByte(final byte holder) {
}
/**
- * Sets a boolean BitField.
+ * Sets a {@code boolean} BitField.
Review Comment:
Hi @arturobernalg
In this case, the bit field is a `short`, not a `boolean`, right? It's the
bits in the bit field that represent booleans. I think If we are going to touch
Javadocs we should make sure they are correct first ;-) See the other setters
as well.
--
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]