first commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
/**
|
||||
* Model a location in a city.
|
||||
*
|
||||
* @author David J. Barnes and Michael Kölling
|
||||
* @version 2016.02.29
|
||||
*/
|
||||
public class Location
|
||||
{
|
||||
/**
|
||||
* Constructor for objects of class Location
|
||||
*/
|
||||
public Location()
|
||||
{
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user