Skip to content

Commit a3fbcb0

Browse files
committed
Inner class can be static
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@674297 13f79535-47bb-0310-9956-ffa450edef68
1 parent cad6644 commit a3fbcb0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/org/apache/commons/codec/net/RFC1522CodecTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public RFC1522CodecTest(String name) {
3333
super(name);
3434
}
3535

36-
class RFC1522TestCodec extends RFC1522Codec {
36+
static class RFC1522TestCodec extends RFC1522Codec {
3737

3838
protected byte[] doDecoding(byte[] bytes) {
3939
return bytes;

0 commit comments

Comments
 (0)