Repository: accumulo
Updated Branches:
  refs/heads/master ad985473a -> 5df9bc16f


ACCUMULO-4387 fix javadoc issue


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

Branch: refs/heads/master
Commit: d074eff92883cbaf62158d79d182f76a623fe6f8
Parents: c587a6f
Author: Keith Turner <ktur...@apache.org>
Authored: Fri Jul 22 11:52:35 2016 -0400
Committer: Keith Turner <ktur...@apache.org>
Committed: Fri Jul 22 11:52:35 2016 -0400

----------------------------------------------------------------------
 .../src/main/java/org/apache/accumulo/master/MasterTime.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/d074eff9/server/master/src/main/java/org/apache/accumulo/master/MasterTime.java
----------------------------------------------------------------------
diff --git 
a/server/master/src/main/java/org/apache/accumulo/master/MasterTime.java 
b/server/master/src/main/java/org/apache/accumulo/master/MasterTime.java
index 27c57f0..93e81e7 100644
--- a/server/master/src/main/java/org/apache/accumulo/master/MasterTime.java
+++ b/server/master/src/main/java/org/apache/accumulo/master/MasterTime.java
@@ -61,7 +61,7 @@ public class MasterTime extends TimerTask {
   /**
    * How long has this cluster had a Master?
    *
-   * @returns Approximate total duration this cluster has had a Master, in 
milliseconds.
+   * @return Approximate total duration this cluster has had a Master, in 
milliseconds.
    */
   public synchronized long getTime() {
     return MILLISECONDS.convert(System.nanoTime() + skewAmount, NANOSECONDS);

Reply via email to