Browse Source

verify Fixed spark's json test

Mike Smith 11 years ago
parent
commit
121d8c1294
1 changed files with 1 additions and 1 deletions
  1. 1 1
      spark/src/main/java/hello/domain/Message.java

+ 1 - 1
spark/src/main/java/hello/domain/Message.java

@@ -2,6 +2,6 @@ package hello.domain;
 
 public class Message {
 
-    public String message = "Hello world";
+    public String message = "Hello, World!";
 
 }