Skip to content

Instantly share code, notes, and snippets.

@moondeuk
Created September 7, 2017 06:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save moondeuk/7b35100d1f2951bfeb007ca647bb19a9 to your computer and use it in GitHub Desktop.
Save moondeuk/7b35100d1f2951bfeb007ca647bb19a9 to your computer and use it in GitHub Desktop.
public CarService() {
cars.addAll(Arrays.asList(new Car("A00001", "m01", "blue", "t01", "2017"),
new Car("A00002", "m02", "black", "t01", "2017"),
new Car("A00003", "m01", "white", "t01", "2017"),
new Car("A00004", "m02", "red", "t01", "2017")));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment