Bugfix null

This commit is contained in:
Max O'Cull 2019-01-19 22:12:02 -05:00
parent a4c11ea007
commit f8b0b31f07
2 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,7 @@
<link> <link>
<name>src/cs448/App.java</name> <name>src/cs448/App.java</name>
<type>1</type> <type>1</type>
<location>//home/max/src/cs448/p1/src/main/java/cs448/App.java</location> <location>/home/max/src/cs448/p1/src/main/java/cs448/App.java</location>
</link> </link>
<link> <link>
<name>src/cs448/project1.java</name> <name>src/cs448/project1.java</name>

View File

@ -43,6 +43,7 @@ public class project1 {
parts[0] = null; parts[0] = null;
line = null; line = null;
value = null; value = null;
value = "";
} }
} catch (IOException e) { } catch (IOException e) {
throw e; throw e;