Fix compile error
This commit is contained in:
parent
438ef70fdb
commit
5e69fcdc5f
|
@ -43,7 +43,7 @@ public class Parser {
|
|||
IParser parser = ctx.newJsonParser();
|
||||
|
||||
// Serialize it
|
||||
String serialized = parser.encodeResourceToString(patient)
|
||||
String serialized = parser.encodeResourceToString(patient);
|
||||
System.out.println(serialized);
|
||||
//END SNIPPET: createParser
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue