You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by pa...@apache.org on 2016/06/16 20:58:35 UTC

[lang] Fix typo in documentation of Range#isEndedBy (closes #166)

Repository: commons-lang
Updated Branches:
  refs/heads/master 10ebb32ce -> 8d3f3b60f


Fix typo in documentation of Range#isEndedBy (closes #166)


Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/8d3f3b60
Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/8d3f3b60
Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/8d3f3b60

Branch: refs/heads/master
Commit: 8d3f3b60fa9391ee66f1306fa57e51b221f76414
Parents: 10ebb32
Author: uvegla <uv...@gmail.com>
Authored: Thu Jun 16 21:58:46 2016 +0200
Committer: pascalschumacher <pa...@gmx.net>
Committed: Thu Jun 16 22:58:00 2016 +0200

----------------------------------------------------------------------
 src/main/java/org/apache/commons/lang3/Range.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/8d3f3b60/src/main/java/org/apache/commons/lang3/Range.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/commons/lang3/Range.java b/src/main/java/org/apache/commons/lang3/Range.java
index fb0ccdb..40afba8 100644
--- a/src/main/java/org/apache/commons/lang3/Range.java
+++ b/src/main/java/org/apache/commons/lang3/Range.java
@@ -249,7 +249,7 @@ public final class Range<T> implements Serializable {
     }
 
     /**
-     * <p>Checks whether this range starts with the specified element.</p>
+     * <p>Checks whether this range ends with the specified element.</p>
      *
      * @param element  the element to check for, null returns false
      * @return true if the specified element occurs within this range