keith-turner commented on a change in pull request #951: FLUO-950 Make VisibilityCache customizable URL: https://github.com/apache/fluo/pull/951#discussion_r146304929
########## File path: modules/core/src/main/java/org/apache/fluo/core/impl/VisibilityCache.java ########## @@ -20,14 +20,16 @@ import java.util.concurrent.ExecutionException; import java.util.concurrent.TimeUnit; -import com.google.common.cache.Cache; -import com.google.common.cache.CacheBuilder; -import com.google.common.cache.Weigher; import org.apache.accumulo.core.security.ColumnVisibility; +import org.apache.fluo.api.config.FluoConfiguration; import org.apache.fluo.api.data.Bytes; import org.apache.fluo.api.data.Column; import org.apache.fluo.core.util.ByteUtil; +import com.google.common.cache.Cache; Review comment: When I ran `mvn compile` locally it reorganized these imports. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
