rishabhdaim commented on code in PR #1473: URL: https://github.com/apache/jackrabbit-oak/pull/1473#discussion_r1616588157
########## oak-store-document/src/test/java/org/apache/jackrabbit/oak/plugins/document/DocumentPropertyStateTest.java: ########## @@ -16,14 +16,17 @@ */ package org.apache.jackrabbit.oak.plugins.document; -import java.io.IOException; -import java.io.InputStream; +import java.io.*; Review Comment: Please avoid `*` imports and import only required packages. -- 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]
