From d17cc62817946eeeb797ac6b58bc0726a84b9006 Mon Sep 17 00:00:00 2001 From: David Montag Date: Mon, 18 Apr 2011 18:07:06 -0700 Subject: [PATCH] Updated README --- README.textile | 1 + 1 file changed, 1 insertion(+) diff --git a/README.textile b/README.textile index 08627d824..394dab1e3 100644 --- a/README.textile +++ b/README.textile @@ -157,6 +157,7 @@ public class World { @RelatedTo( type = "REACHABLE_BY_ROCKET", direction = Direction.BOTH, elementClass = World.class ) private Set reachableByRocket; + public World() {} public World(String name, int moons) { this.name = name; this.moons = moons;