Repository: commons-lang
Updated Branches:
  refs/heads/master d9f1b897a -> 8e8b8e05e


The the patrol.

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

Branch: refs/heads/master
Commit: 8e8b8e05e4eb9aa009444c2fea3552d28b57aa98
Parents: d9f1b89
Author: Gary Gregory <garydgreg...@gmail.com>
Authored: Sat Jun 16 15:46:28 2018 -0600
Committer: Gary Gregory <garydgreg...@gmail.com>
Committed: Sat Jun 16 15:46:28 2018 -0600

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


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/8e8b8e05/src/main/java/org/apache/commons/lang3/reflect/TypeUtils.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/commons/lang3/reflect/TypeUtils.java 
b/src/main/java/org/apache/commons/lang3/reflect/TypeUtils.java
index efb630c..deacce1 100644
--- a/src/main/java/org/apache/commons/lang3/reflect/TypeUtils.java
+++ b/src/main/java/org/apache/commons/lang3/reflect/TypeUtils.java
@@ -1216,7 +1216,7 @@ public class TypeUtils {
      */
     public static boolean typesSatisfyVariables(final Map<TypeVariable<?>, 
Type> typeVarAssigns) {
         Validate.notNull(typeVarAssigns, "typeVarAssigns is null");
-        // all types must be assignable to all the bounds of the their mapped
+        // all types must be assignable to all the bounds of their mapped
         // type variable.
         for (final Map.Entry<TypeVariable<?>, Type> entry : 
typeVarAssigns.entrySet()) {
             final TypeVariable<?> typeVar = entry.getKey();

Reply via email to