Skip to content

Commit 0951540

Browse files
committed
Suppress this specific boxing warning
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1379019 13f79535-47bb-0310-9956-ffa450edef68
1 parent 16b3e3e commit 0951540

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
@@ -95,6 +95,7 @@ static class Context {
9595
*
9696
* @return a String useful for debugging.
9797
*/
98+
@SuppressWarnings("boxing") // OK to ignore boxing here
9899
@Override
99100
public String toString() {
100101
return String

0 commit comments

Comments
 (0)