This is an automated email from the ASF dual-hosted git repository. mmiller pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/accumulo.git
commit 953c559c72eb6ccf484171e08a677c6db45bc33b Author: Mike Miller <[email protected]> AuthorDate: Wed Sep 6 18:49:48 2017 -0400 ACCUMULO-4686 Formatting update from verify --- server/base/src/test/java/org/apache/accumulo/server/AccumuloTest.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/server/base/src/test/java/org/apache/accumulo/server/AccumuloTest.java b/server/base/src/test/java/org/apache/accumulo/server/AccumuloTest.java index aba9b36..e43f5a0 100644 --- a/server/base/src/test/java/org/apache/accumulo/server/AccumuloTest.java +++ b/server/base/src/test/java/org/apache/accumulo/server/AccumuloTest.java @@ -23,7 +23,6 @@ import static org.junit.Assert.assertEquals; import java.io.FileNotFoundException; -import com.google.common.collect.Sets; import org.apache.accumulo.core.volume.Volume; import org.apache.accumulo.server.fs.VolumeManager; import org.apache.hadoop.fs.FSDataOutputStream; @@ -33,6 +32,8 @@ import org.apache.hadoop.fs.Path; import org.junit.Before; import org.junit.Test; +import com.google.common.collect.Sets; + public class AccumuloTest { private FileSystem fs; private Path path; -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
