Splitter commented on by Matteo Redaelli (Sep 27, 2008).

Comment:

maybe you need to change from

splitter(bodyAs(String.class).tokenize("\n"))

to

splitter(body(String.class).tokenize("\n"))

Reply via email to