diff --git a/src/main/java/org/apache/commons/lang3/tuple/ImmutablePair.java b/src/main/java/org/apache/commons/lang3/tuple/ImmutablePair.java
index 592bf3d7f..7c865ad52 100644
--- a/src/main/java/org/apache/commons/lang3/tuple/ImmutablePair.java
+++ b/src/main/java/org/apache/commons/lang3/tuple/ImmutablePair.java
@@ -62,7 +62,7 @@ public final class ImmutablePair Obtains an immutable pair of from two objects inferring the generic types. Obtains an immutable pair of two objects inferring the generic types. This factory allows the pair to be created using inference to
* obtain the generic types. Obtains an immutable triple of from three objects inferring the generic types. Obtains an immutable triple of three objects inferring the generic types. This factory allows the triple to be created using inference to
* obtain the generic types. Obtains an immutable pair of from two objects inferring the generic types. Obtains a mutable pair of two objects inferring the generic types. This factory allows the pair to be created using inference to
* obtain the generic types. Obtains an mutable triple of three objects inferring the generic types. Obtains a mutable triple of three objects inferring the generic types. This factory allows the triple to be created using inference to
* obtain the generic types.
Obtains an immutable pair of two objects inferring the generic types.
* *This factory allows the pair to be created using inference to * obtain the generic types.
diff --git a/src/main/java/org/apache/commons/lang3/tuple/Triple.java b/src/main/java/org/apache/commons/lang3/tuple/Triple.java index 2f4041e92..c139a6c27 100644 --- a/src/main/java/org/apache/commons/lang3/tuple/Triple.java +++ b/src/main/java/org/apache/commons/lang3/tuple/Triple.java @@ -43,7 +43,7 @@ public abstract class TripleObtains an immutable triple of from three objects inferring the generic types.
+ *Obtains an immutable triple of three objects inferring the generic types.
* *This factory allows the triple to be created using inference to * obtain the generic types.