You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for this recommendation! I have seen this type of bug happening before so I will test to see if this fixes the problem.
I am currently very busy with work right now. I will add this change in when I have more time to focus on the code.
else { //Matches matchList.add(new MatchInfo(e, "")); matchList.addAll(this.getMatchingExpansions(og.getChildExpansion(), words, wordPosition)); }
需要改成
else { //Matches matchList.add(new MatchInfo(e, "")); matchList.addAll(m1); }
否则会有意想不到的错误
The text was updated successfully, but these errors were encountered: