Repository: accumulo Updated Branches: refs/heads/1.6.0-SNAPSHOT 3ef67cbee -> 70d472662
ACCUMULO-2460 removed empty javadoc Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/70d47266 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/70d47266 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/70d47266 Branch: refs/heads/1.6.0-SNAPSHOT Commit: 70d472662d5c21c4f571c9501457172745e59a4c Parents: 3ef67cb Author: Keith Turner <ktur...@apache.org> Authored: Tue Mar 18 14:29:16 2014 -0400 Committer: Keith Turner <ktur...@apache.org> Committed: Tue Mar 18 14:29:16 2014 -0400 ---------------------------------------------------------------------- test/src/test/java/org/apache/accumulo/test/ShellConfigIT.java | 3 --- 1 file changed, 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/70d47266/test/src/test/java/org/apache/accumulo/test/ShellConfigIT.java ---------------------------------------------------------------------- diff --git a/test/src/test/java/org/apache/accumulo/test/ShellConfigIT.java b/test/src/test/java/org/apache/accumulo/test/ShellConfigIT.java index 3188c8e..b6c7553 100644 --- a/test/src/test/java/org/apache/accumulo/test/ShellConfigIT.java +++ b/test/src/test/java/org/apache/accumulo/test/ShellConfigIT.java @@ -26,9 +26,6 @@ import org.apache.accumulo.test.functional.ConfigurableMacIT; import org.apache.hadoop.conf.Configuration; import org.junit.Test; -/** - * - */ public class ShellConfigIT extends ConfigurableMacIT { public void configure(MiniAccumuloConfigImpl cfg, Configuration hadoopCoreSite) { cfg.setProperty(Property.CRYPTO_BLOCK_STREAM_SIZE, "7K");