mirror of
https://github.com/apache/commons-lang.git
synced 2025-02-10 03:55:10 +00:00
fix checkstyle
This commit is contained in:
parent
73438e431e
commit
00ecd339bd
@ -191,7 +191,7 @@ public void testToCharArray() {
|
||||
static class WrapperString implements CharSequence {
|
||||
private CharSequence inner;
|
||||
|
||||
public WrapperString(CharSequence inner) {
|
||||
WrapperString(CharSequence inner) {
|
||||
this.inner = inner;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user