verifying a few more broken things

This commit is contained in:
Ben Fry
2021-06-14 18:18:04 -04:00
parent 554e4de132
commit 3eeb196a79
3 changed files with 15 additions and 11 deletions

View File

@@ -514,7 +514,7 @@ public class JavaTextArea extends PdeTextArea {
*/
protected void showSuggestion(DefaultListModel<CompletionCandidate> listModel, String subWord) {
// TODO can this be ListModel instead? why is size() in DefaultListModel
// different from getSize() in ListModel (or are they, really?)
// different from getSize() in ListModel (or are they, really?)
hideSuggestion();
if (listModel.size() != 0) {