Repository: accumulo Updated Branches: refs/heads/master 96827a57e -> e62b5066c
ACCUMULO-4578 fixed checkstyle issue Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/5f664cd7 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/5f664cd7 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/5f664cd7 Branch: refs/heads/master Commit: 5f664cd76d64d8fb11a80be7a16f1988a92af0d3 Parents: 6d8a5fa Author: Keith Turner <ktur...@apache.org> Authored: Mon Jan 30 17:02:53 2017 -0500 Committer: Keith Turner <ktur...@apache.org> Committed: Mon Jan 30 17:02:53 2017 -0500 ---------------------------------------------------------------------- fate/src/main/java/org/apache/accumulo/fate/AdminUtil.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/5f664cd7/fate/src/main/java/org/apache/accumulo/fate/AdminUtil.java ---------------------------------------------------------------------- diff --git a/fate/src/main/java/org/apache/accumulo/fate/AdminUtil.java b/fate/src/main/java/org/apache/accumulo/fate/AdminUtil.java index 2cc1eed..93c8a37 100644 --- a/fate/src/main/java/org/apache/accumulo/fate/AdminUtil.java +++ b/fate/src/main/java/org/apache/accumulo/fate/AdminUtil.java @@ -156,7 +156,7 @@ public class AdminUtil<T> { /** * Get locks that are held by non existent FATE transactions. These are table or namespace locks. - * + * * @return map where keys are transaction ids and values are a list of table IDs and/or namespace IDs. The transaction IDs are in the same format as * transaction IDs in the Accumulo logs. */ @@ -166,7 +166,7 @@ public class AdminUtil<T> { /** * Get locks that are waiting to be aquired by non existent FATE transactions. These are table or namespace locks. - * + * * @return map where keys are transaction ids and values are a list of table IDs and/or namespace IDs. The transaction IDs are in the same format as * transaction IDs in the Accumulo logs. */