stefan-egli commented on code in PR #1619: URL: https://github.com/apache/jackrabbit-oak/pull/1619#discussion_r1714916779
########## oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/DocumentPropertyState.java: ########## @@ -19,24 +19,16 @@ import static java.util.Collections.emptyList; import static org.apache.jackrabbit.oak.plugins.memory.PropertyStates.createProperty; -import java.io.ByteArrayInputStream; -import java.io.ByteArrayOutputStream; -import java.io.IOException; -import java.io.OutputStream; -import java.nio.charset.StandardCharsets; -import java.util.Arrays; import java.util.List; import javax.jcr.PropertyType; import org.apache.jackrabbit.guava.common.collect.Lists; Review Comment: we might want to remove this guava usage as well, while we're effectively changing this class entirely. -- 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]
