You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2020/06/08 10:34:15 UTC

[GitHub] [ignite] AMashenkov commented on a change in pull request #7663: IGNITE-12702 Print warning when a cache value contains @AffinityKeyMapped annotation

AMashenkov commented on a change in pull request #7663:
URL: https://github.com/apache/ignite/pull/7663#discussion_r436602022



##########
File path: modules/core/src/main/java/org/apache/ignite/internal/processors/cache/IgniteCacheProxyImpl.java
##########
@@ -45,10 +46,9 @@
 import javax.cache.processor.EntryProcessor;
 import javax.cache.processor.EntryProcessorException;
 import javax.cache.processor.EntryProcessorResult;
-import org.apache.ignite.IgniteCache;
-import org.apache.ignite.IgniteCacheRestartingException;
-import org.apache.ignite.IgniteCheckedException;
-import org.apache.ignite.IgniteException;
+
+import org.apache.ignite.*;

Review comment:
       Wildcard imports are not allowed.




----------------------------------------------------------------
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:
users@infra.apache.org