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());
|
.collect(Collectors.toList());
|
||||||
}
|
}
|
||||||
|
|
||||||
@Getter
|
|
||||||
private static class Word {
|
private static class Word {
|
||||||
private final String word;
|
private final String word;
|
||||||
private final int width;
|
private final int width;
|
||||||
|
|
Loading…
Reference in a new issue