1
0
Fork 0

Changing method name replace by fileReading instead of FileReading

This commit is contained in:
KEZEL BENOIT p1907091 2020-04-04 15:52:47 +02:00
parent e9ec0251af
commit 87df9fa3f5

View file

@ -13,7 +13,7 @@ public class NoteBook {
public Input[] inputs;
public Input[] selected;
public void FileReading(String fileName) throws IOException {
public void fileReading(String fileName) throws IOException {
File file = new File(fileName);
Scanner fileScanner = new Scanner(file);
int lines = 0;