ibessonov commented on code in PR #7917: URL: https://github.com/apache/ignite-3/pull/7917#discussion_r3044587747
########## modules/page-memory/src/main/java/org/apache/ignite/internal/pagememory/datastructure/DataStructure.java: ########## @@ -32,6 +32,7 @@ import org.apache.ignite.internal.pagememory.FullPageId; import org.apache.ignite.internal.pagememory.PageIdAllocator; import org.apache.ignite.internal.pagememory.PageMemory; Review Comment: There are no unused imports here, they are optimized before every commit by the IDE. I checked and it is used in Javadoc only. I will fix the javadoc, mentioning other class would make more sense. Thank you! -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
