Close the File Readers

To suppress the warnings and practice good IO.
This commit is contained in:
Keenan D. Buckley
2020-03-08 14:26:02 -06:00
parent 5de8abf176
commit 09af79f102
@@ -80,6 +80,9 @@ public class ShooterTables {
m_angleLength = lineNum-1;
distanceReader.close();
angleReader.close();
} catch (FileNotFoundException e) {
e.printStackTrace();
} catch (IOException e) {