isapego commented on a change in pull request #6734: IGNITE-9410 Thin client transactions support URL: https://github.com/apache/ignite/pull/6734#discussion_r317638494
########## File path: modules/core/src/main/java/org/apache/ignite/internal/processors/platform/client/cache/ClientCachePutAllRequest.java ########## @@ -17,17 +17,17 @@ package org.apache.ignite.internal.processors.platform.client.cache; +import java.util.LinkedHashMap; +import java.util.Map; import org.apache.ignite.internal.binary.BinaryRawReaderEx; import org.apache.ignite.internal.processors.platform.client.ClientConnectionContext; import org.apache.ignite.internal.processors.platform.client.ClientResponse; - -import java.util.LinkedHashMap; -import java.util.Map; Review comment: Here and in other places, imports should not be re-ordered. See this page for details: https://cwiki.apache.org/confluence/display/IGNITE/Coding+Guidelines#CodingGuidelines-PackageImporting ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
