You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by el...@apache.org on 2015/10/24 23:04:27 UTC

[4/5] accumulo git commit: Commit automatic checkstyle fix.

Commit automatic checkstyle fix.


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/071c5071
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/071c5071
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/071c5071

Branch: refs/heads/1.7
Commit: 071c5071f8e9eaf35ce2a97b8fb3b200d7583c7d
Parents: 43df0cf
Author: Josh Elser <el...@apache.org>
Authored: Sat Oct 24 17:03:55 2015 -0400
Committer: Josh Elser <el...@apache.org>
Committed: Sat Oct 24 17:03:55 2015 -0400

----------------------------------------------------------------------
 .../java/org/apache/accumulo/gc/GarbageCollectionAlgorithm.java | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/071c5071/server/gc/src/main/java/org/apache/accumulo/gc/GarbageCollectionAlgorithm.java
----------------------------------------------------------------------
diff --git a/server/gc/src/main/java/org/apache/accumulo/gc/GarbageCollectionAlgorithm.java b/server/gc/src/main/java/org/apache/accumulo/gc/GarbageCollectionAlgorithm.java
index 369d9db..9f94622 100644
--- a/server/gc/src/main/java/org/apache/accumulo/gc/GarbageCollectionAlgorithm.java
+++ b/server/gc/src/main/java/org/apache/accumulo/gc/GarbageCollectionAlgorithm.java
@@ -267,9 +267,8 @@ public class GarbageCollectionAlgorithm {
 
   }
 
-  private boolean getCandidates(GarbageCollectionEnvironment gce, String lastCandidate, List<String> candidates)
-      throws TableNotFoundException, AccumuloException,
-      AccumuloSecurityException {
+  private boolean getCandidates(GarbageCollectionEnvironment gce, String lastCandidate, List<String> candidates) throws TableNotFoundException,
+      AccumuloException, AccumuloSecurityException {
     Span candidatesSpan = Trace.start("getCandidates");
     try {
       return gce.getCandidates(lastCandidate, candidates);