TestConsumerThread.java: Fix typo Note --> Not (#126)

This commit is contained in:
Ayan Banerjee 2020-11-25 01:10:38 +05:30 коммит произвёл GitHub
Родитель 9985d9e4f5
Коммит 55a1ec95d8
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -60,7 +60,7 @@ public class TestConsumerThread implements Runnable {
return consumer;
} catch (FileNotFoundException e){
System.out.println("FileNoteFoundException: " + e);
System.out.println("FileNotFoundException: " + e);
System.exit(1);
return null; //unreachable
} catch (IOException e){