Changes for page RefactoringRESTXML

Last modified by Thomas Mortagne on 2022/08/08 11:05

From version 1.6
edited by Thomas Mortagne
on 2022/08/08 10:53
Change comment: There is no comment for this version
To version 1.7
edited by Thomas Mortagne
on 2022/08/08 10:53
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -20,7 +20,7 @@
20 20  Marshaller marshaller = context.createMarshaller();
21 21  marshaller.marshal(restJobRequest, writer);
22 22  
23 -pintln "{{code language='xml'}}"
24 -pintln writer.toString()
25 -pintln "{{/code}}"
23 +println "{{code language='xml'}}"
24 +println writer.toString()
25 +println "{{/code}}"
26 26  {{/groovy}}