aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/apache/commons/lang3/CharSequenceUtils.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/org/apache/commons/lang3/CharSequenceUtils.java')
-rw-r--r--src/org/apache/commons/lang3/CharSequenceUtils.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/org/apache/commons/lang3/CharSequenceUtils.java b/src/org/apache/commons/lang3/CharSequenceUtils.java
index a785ab7..fc0070f 100644
--- a/src/org/apache/commons/lang3/CharSequenceUtils.java
+++ b/src/org/apache/commons/lang3/CharSequenceUtils.java
@@ -49,7 +49,7 @@ public class CharSequenceUtils {
* @param cs the specified subsequence, null returns null
* @param start the start index, inclusive, valid
* @return a new subsequence, may be null
- * @throws IndexOutOfBoundsException if {@code start} is negative or if
+ * @throws IndexOutOfBoundsException if {@code start} is negative or if
* {@code start} is greater than {@code length()}
*/
public static CharSequence subSequence(CharSequence cs, int start) {