Hi, so I am trying to read in a text file and store it in a ArrayList in another class.

My reader code below.


public static ArrayList<String> readFile(String fileName) throws Exception
...