You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2014/10/07 19:16:55 UTC

[2/3] git commit: ACCUMULO-3182 Fix javadoc (link to non-visible member)

ACCUMULO-3182 Fix javadoc (link to non-visible member)


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

Branch: refs/heads/master
Commit: 4a5bd7ef6ec1f0ae165733cf65bbc915b91e8532
Parents: 8cda2d6
Author: Christopher Tubbs <ct...@apache.org>
Authored: Tue Oct 7 13:08:44 2014 -0400
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Tue Oct 7 13:08:44 2014 -0400

----------------------------------------------------------------------
 .../main/java/org/apache/accumulo/server/log/SortedLogState.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/4a5bd7ef/server/base/src/main/java/org/apache/accumulo/server/log/SortedLogState.java
----------------------------------------------------------------------
diff --git a/server/base/src/main/java/org/apache/accumulo/server/log/SortedLogState.java b/server/base/src/main/java/org/apache/accumulo/server/log/SortedLogState.java
index f337cd8..49d744e 100644
--- a/server/base/src/main/java/org/apache/accumulo/server/log/SortedLogState.java
+++ b/server/base/src/main/java/org/apache/accumulo/server/log/SortedLogState.java
@@ -19,7 +19,7 @@ package org.apache.accumulo.server.log;
 import org.apache.hadoop.fs.Path;
 
 /**
- * A file is written in the destination directory for the sorting of write-ahead logs that need recovering. The value of {@link #marker} is the name of the file
+ * A file is written in the destination directory for the sorting of write-ahead logs that need recovering. The value of {@link #getMarker()} is the name of the file
  * that will exist in the sorted output directory.
  */
 public enum SortedLogState {
@@ -63,4 +63,4 @@ public enum SortedLogState {
   public String toString() {
     return marker;
   }
-}
\ No newline at end of file
+}