Skip to content

Commit abe7d04

Browse files
committed
修改 EnglishSentence 类
1 parent 926ac1d commit abe7d04

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

composite/src/main/java/me/zbl/composite/EnglishSentence.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@
3030
*/
3131
public class EnglishSentence extends CharacterComposite {
3232

33-
private List<EnglishWord> words;
34-
3533
public EnglishSentence(List<EnglishWord> words) {
3634
for (EnglishWord word : words) {
3735
add(word);

0 commit comments

Comments
 (0)