AMashenkov commented on a change in pull request #4381: Adding experimental 
support for Intel Optane DC Persistent Memory
URL: https://github.com/apache/ignite/pull/4381#discussion_r332910811
 
 

 ##########
 File path: 
modules/core/src/main/java/org/apache/ignite/internal/binary/BinarySchema.java
 ##########
 @@ -25,10 +25,7 @@
 import java.io.IOException;
 import java.io.ObjectInput;
 import java.io.ObjectOutput;
-import java.util.ArrayList;
-import java.util.Arrays;
-import java.util.Iterator;
-import java.util.List;
+import java.util.*;
 
 Review comment:
   Ignite code convention doesn't allow asterisk in imports.
   
   
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to