Skip to content

API conversion for multiple fields doesn't work #50

Closed
@Khinsu

Description

@Khinsu

//broken
.add(conversion("fromDoubleToString").from("latd", "lgtd").body("..."))

//works
.add(conversion("fromDoubleToString").from("latd,lgtd").body("..."))

off-by-one error in:
String com.googlecode.jmapper.util.GeneralUtility.join(String charSeparator, String... strings)

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions