implemented index is empty to index

This commit is contained in:
Leonardo Brandenberger 2021-11-11 22:20:44 +01:00
parent d4b6601033
commit afd7890064
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ public class TextOutput {
*/
public void indexOutput(ArrayList<String> index) {
if(index.size() == 0) {
System.out.println("index empty");
userInfoOutput("index empty");
}
else {
for (String word : index) {