Repository: accumulo Updated Branches: refs/heads/master 6487e0c5d -> 5433b090e
ACCUMULO-3614 Goofed up whitespace Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/5433b090 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/5433b090 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/5433b090 Branch: refs/heads/master Commit: 5433b090e1f1bc32ddb934b8dd67031208dba3fd Parents: 6487e0c Author: Josh Elser <[email protected]> Authored: Mon Feb 23 23:30:27 2015 -0500 Committer: Josh Elser <[email protected]> Committed: Mon Feb 23 23:30:27 2015 -0500 ---------------------------------------------------------------------- test/src/test/java/org/apache/accumulo/test/WaitForBalanceIT.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/5433b090/test/src/test/java/org/apache/accumulo/test/WaitForBalanceIT.java ---------------------------------------------------------------------- diff --git a/test/src/test/java/org/apache/accumulo/test/WaitForBalanceIT.java b/test/src/test/java/org/apache/accumulo/test/WaitForBalanceIT.java index fa62208..f818fdc 100644 --- a/test/src/test/java/org/apache/accumulo/test/WaitForBalanceIT.java +++ b/test/src/test/java/org/apache/accumulo/test/WaitForBalanceIT.java @@ -43,7 +43,7 @@ public class WaitForBalanceIT extends ConfigurableMacIT { public int defaultTimeoutSeconds() { return 60; } - + @Test public void test() throws Exception { final Connector c = getConnector();
