We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5eff65e commit a6b4917Copy full SHA for a6b4917
src/test/java/org/apache/commons/codec/binary/Base16Test.java
@@ -180,7 +180,7 @@ public void testDecodeSingleBytes() {
180
}
181
182
@Test
183
- public void testDecodeSingleBytesOptimisation() {
+ public void testDecodeSingleBytesOptimization() {
184
final BaseNCodec.Context context = new BaseNCodec.Context();
185
assertEquals(0, context.ibitWorkArea);
186
assertNull(context.buffer);
0 commit comments