Browse Source

verify Fixed spring's tests

Mike Smith 11 years ago
parent
commit
2f7ed57495
1 changed files with 4 additions and 0 deletions
  1. 4 0
      spring/src/main/java/com/techempower/spring/domain/World.java

+ 4 - 0
spring/src/main/java/com/techempower/spring/domain/World.java

@@ -21,6 +21,10 @@ public final class World {
         this.randomNumber = randomNumber;
     }
 
+    public Integer getId() {
+        return id;
+    }
+
     public Integer getRandomNumber() {
         return randomNumber;
     }