Updated README

This commit is contained in:
David Montag
2011-04-18 18:07:06 -07:00
parent 359f6a3814
commit d17cc62817

View File

@@ -157,6 +157,7 @@ public class World {
@RelatedTo( type = "REACHABLE_BY_ROCKET", direction = Direction.BOTH, elementClass = World.class )
private Set<World> reachableByRocket;
public World() {}
public World(String name, int moons) {
this.name = name;
this.moons = moons;