changed package "parsers" to be called "stream" #story[923]

This commit is contained in:
Peter Galloway
2017-05-14 20:26:49 +12:00
parent 63514cfafb
commit ae5678482b
13 changed files with 21 additions and 39 deletions
@@ -1,4 +1,4 @@
package seng302.models.parsers;
package seng302.models.stream;
import org.junit.Before;
import org.junit.Test;