crucial performance optimization

This commit is contained in:
Brady 2019-09-27 17:07:40 -05:00
parent 9981af67d5
commit a75b90fcef
No known key found for this signature in database
GPG Key ID: 73A788379A197567
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ public class TabCompleteHelper {
}
public TabCompleteHelper() {
this(new String[0]);
stream = Stream.empty();
}
/**