Closed GoogleCodeExporter closed 8 years ago
This also applies to SimpleEncoding. With the attached patch in place, then
amending
the SimpleEncoder's c'tor to specify a comma resolved the issue:
public SimpleEncoder() {
super(TYPE, ",");
}
Of course, unit test expectations for simplified encoding tests need to be
adjusted.
Original comment by chris.lo...@gmail.com
on 31 Jan 2010 at 12:51
Original comment by steffan....@outlook.com
on 8 Apr 2010 at 12:28
Original comment by steffan....@outlook.com
on 10 Apr 2010 at 7:19
Original issue reported on code.google.com by
chris.lo...@gmail.com
on 30 Jan 2010 at 6:56Attachments: