rmannibucau commented on a change in pull request #39: Deserialization of primitives URL: https://github.com/apache/johnzon/pull/39#discussion_r271665924
########## File path: johnzon-mapper/src/main/java/org/apache/johnzon/mapper/MapperConfig.java ########## @@ -18,19 +18,20 @@ */ package org.apache.johnzon.mapper; -import org.apache.johnzon.mapper.access.AccessMode; -import org.apache.johnzon.mapper.converter.EnumConverter; -import org.apache.johnzon.mapper.internal.AdapterKey; -import org.apache.johnzon.mapper.internal.ConverterAdapter; - -import javax.json.JsonObject; import java.lang.reflect.Type; import java.nio.charset.Charset; import java.util.Comparator; import java.util.HashMap; import java.util.Map; import java.util.concurrent.ConcurrentMap; +import javax.json.JsonValue; Review comment: maybe fix import order? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services