Remove unneeded Getters

This commit is contained in:
Paul Campbell 2020-05-18 23:14:27 +01:00
parent f6f53f733f
commit 2d37ad4e52

View file

@ -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;