Remove unneeded Getters
This commit is contained in:
parent
f6f53f733f
commit
2d37ad4e52
1 changed files with 0 additions and 1 deletions
|
@ -50,7 +50,6 @@ class TextLineWrapImpl implements WordWrapper {
|
|||
.collect(Collectors.toList());
|
||||
}
|
||||
|
||||
@Getter
|
||||
private static class Word {
|
||||
private final String word;
|
||||
private final int width;
|
||||
|
|
Loading…
Reference in a new issue