Repository: accumulo
Updated Branches:
  refs/heads/master fbbc0c54b -> 24edc84a9


ACCUMULO-2883 Fix broken javadoc on Locations


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

Branch: refs/heads/master
Commit: 543e314f6e32efefdbd50c39f054cbebcf030666
Parents: fbbc0c5
Author: Christopher Tubbs <[email protected]>
Authored: Thu Dec 10 10:15:26 2015 -0500
Committer: Christopher Tubbs <[email protected]>
Committed: Thu Dec 10 10:15:26 2015 -0500

----------------------------------------------------------------------
 .../main/java/org/apache/accumulo/core/client/admin/Locations.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/543e314f/core/src/main/java/org/apache/accumulo/core/client/admin/Locations.java
----------------------------------------------------------------------
diff --git 
a/core/src/main/java/org/apache/accumulo/core/client/admin/Locations.java 
b/core/src/main/java/org/apache/accumulo/core/client/admin/Locations.java
index 11a0254..aaecf33 100644
--- a/core/src/main/java/org/apache/accumulo/core/client/admin/Locations.java
+++ b/core/src/main/java/org/apache/accumulo/core/client/admin/Locations.java
@@ -41,7 +41,7 @@ public interface Locations {
   public Map<TabletId,List<Range>> groupByTablet();
 
   /**
-   * For any TabletId returned by {@link #getOverlappingTablets(Range)}, the 
method will return the tablet server location for that tablet.
+   * For any {@link TabletId} known to this object, the method will return the 
tablet server location for that tablet.
    *
    * @return A tablet server location in the form of {@code <host>:<port>}
    */

Reply via email to