Project

General

Profile

« Previous | Next » 

Revision 55255

cleaning

View differences:

DataTransformationController.java
53 53
			@RequestParam(value = "rule", required = true) final String ruleId,
54 54
			@RequestBody final String record) throws ISLookUpDocumentNotFoundException, ISLookUpException, IOException {
55 55
		res.setContentType("text/xml");
56

  
57
		System.out.println(record);
58

  
59 56
		IOUtils.write(dataTransformerFactory.createTransformer(ruleId).evaluate(record), res.getOutputStream());
60 57
	}
61 58

  

Also available in: Unified diff