TestConsumerThread.java: Fix typo Note --> Not (#126)
This commit is contained in:
Родитель
9985d9e4f5
Коммит
55a1ec95d8
|
@ -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){
|
||||
|
|
Загрузка…
Ссылка в новой задаче