This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git
The following commit(s) were added to refs/heads/master by this push:
new 2fd51f609 Javadoc: Fix double the
2fd51f609 is described below
commit 2fd51f6092bd88feba934bb8949241983d319a44
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Dec 26 16:16:32 2025 -0500
Javadoc: Fix double the
---
src/main/java/org/apache/commons/lang3/mutable/MutableBoolean.java | 2 +-
src/main/java/org/apache/commons/lang3/mutable/MutableByte.java | 2 +-
src/main/java/org/apache/commons/lang3/mutable/MutableDouble.java | 2 +-
src/main/java/org/apache/commons/lang3/mutable/MutableFloat.java | 2 +-
src/main/java/org/apache/commons/lang3/mutable/MutableInt.java | 2 +-
src/main/java/org/apache/commons/lang3/mutable/MutableLong.java | 2 +-
src/main/java/org/apache/commons/lang3/mutable/MutableObject.java | 2 +-
src/main/java/org/apache/commons/lang3/mutable/MutableShort.java | 2 +-
8 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/src/main/java/org/apache/commons/lang3/mutable/MutableBoolean.java
b/src/main/java/org/apache/commons/lang3/mutable/MutableBoolean.java
index 14d7ca670..ec093afef 100644
--- a/src/main/java/org/apache/commons/lang3/mutable/MutableBoolean.java
+++ b/src/main/java/org/apache/commons/lang3/mutable/MutableBoolean.java
@@ -25,7 +25,7 @@
/**
* A mutable {@code boolean} wrapper.
* <p>
- * This class was created before the introduction of the the {@link
java.util.concurrent.atomic} package and the {@link AtomicBoolean} class.
+ * This class was created before the introduction of the {@link
java.util.concurrent.atomic} package and the {@link AtomicBoolean} class.
* </p>
* <p>
* Note that as MutableBoolean does not extend {@link Boolean}, it is not
treated by {@link String#format(String, Object...)} as a Boolean parameter.
diff --git a/src/main/java/org/apache/commons/lang3/mutable/MutableByte.java
b/src/main/java/org/apache/commons/lang3/mutable/MutableByte.java
index 34d766bc4..9e5da5fff 100644
--- a/src/main/java/org/apache/commons/lang3/mutable/MutableByte.java
+++ b/src/main/java/org/apache/commons/lang3/mutable/MutableByte.java
@@ -21,7 +21,7 @@
/**
* A mutable {@code byte} wrapper.
* <p>
- * This class was created before the introduction of the the {@link
java.util.concurrent.atomic} package and the {@link AtomicInteger} class.
+ * This class was created before the introduction of the {@link
java.util.concurrent.atomic} package and the {@link AtomicInteger} class.
* </p>
* <p>
* Note that as MutableByte does not extend Byte, it is not treated by
String.format as a Byte parameter.
diff --git a/src/main/java/org/apache/commons/lang3/mutable/MutableDouble.java
b/src/main/java/org/apache/commons/lang3/mutable/MutableDouble.java
index 605ae6d77..9a54a0431 100644
--- a/src/main/java/org/apache/commons/lang3/mutable/MutableDouble.java
+++ b/src/main/java/org/apache/commons/lang3/mutable/MutableDouble.java
@@ -22,7 +22,7 @@
/**
* A mutable {@code double} wrapper.
* <p>
- * This class was created before the introduction of the the {@link
java.util.concurrent.atomic} package and the {@link DoubleAccumulator} class.
+ * This class was created before the introduction of the {@link
java.util.concurrent.atomic} package and the {@link DoubleAccumulator} class.
* </p>
* <p>
* Note that as MutableDouble does not extend Double, it is not treated by
String.format as a Double parameter.
diff --git a/src/main/java/org/apache/commons/lang3/mutable/MutableFloat.java
b/src/main/java/org/apache/commons/lang3/mutable/MutableFloat.java
index f9df38d30..1038fca8c 100644
--- a/src/main/java/org/apache/commons/lang3/mutable/MutableFloat.java
+++ b/src/main/java/org/apache/commons/lang3/mutable/MutableFloat.java
@@ -22,7 +22,7 @@
/**
* A mutable {@code float} wrapper.
* <p>
- * This class was created before the introduction of the the {@link
java.util.concurrent.atomic} package and the {@link DoubleAccumulator} class.
+ * This class was created before the introduction of the {@link
java.util.concurrent.atomic} package and the {@link DoubleAccumulator} class.
* </p>
* <p>
* Note that as MutableFloat does not extend Float, it is not treated by
String.format as a Float parameter.
diff --git a/src/main/java/org/apache/commons/lang3/mutable/MutableInt.java
b/src/main/java/org/apache/commons/lang3/mutable/MutableInt.java
index d8b56cc23..15d23ef6f 100644
--- a/src/main/java/org/apache/commons/lang3/mutable/MutableInt.java
+++ b/src/main/java/org/apache/commons/lang3/mutable/MutableInt.java
@@ -21,7 +21,7 @@
/**
* A mutable {@code int} wrapper.
* <p>
- * This class was created before the introduction of the the {@link
java.util.concurrent.atomic} package and the {@link AtomicInteger} class.
+ * This class was created before the introduction of the {@link
java.util.concurrent.atomic} package and the {@link AtomicInteger} class.
* </p>
* <p>
* Note that as MutableInt does not extend {@link Integer}, it is not treated
by {@link String#format(String, Object...)} as an Integer parameter.
diff --git a/src/main/java/org/apache/commons/lang3/mutable/MutableLong.java
b/src/main/java/org/apache/commons/lang3/mutable/MutableLong.java
index 7e187bb36..86b497a94 100644
--- a/src/main/java/org/apache/commons/lang3/mutable/MutableLong.java
+++ b/src/main/java/org/apache/commons/lang3/mutable/MutableLong.java
@@ -21,7 +21,7 @@
/**
* A mutable {@code long} wrapper.
* <p>
- * This class was created before the introduction of the the {@link
java.util.concurrent.atomic} package and the {@link AtomicLong} class.
+ * This class was created before the introduction of the {@link
java.util.concurrent.atomic} package and the {@link AtomicLong} class.
* </p>
* <p>
* Note that as MutableLong does not extend {@link Long}, it is not treated by
{@link String#format(String, Object...)} as a Long parameter.
diff --git a/src/main/java/org/apache/commons/lang3/mutable/MutableObject.java
b/src/main/java/org/apache/commons/lang3/mutable/MutableObject.java
index 85fd2e95a..19f2be998 100644
--- a/src/main/java/org/apache/commons/lang3/mutable/MutableObject.java
+++ b/src/main/java/org/apache/commons/lang3/mutable/MutableObject.java
@@ -24,7 +24,7 @@
/**
* A mutable {@link Object} wrapper.
* <p>
- * This class was created before the introduction of the the {@link
java.util.concurrent.atomic} package and the {@link AtomicReference} class.
+ * This class was created before the introduction of the {@link
java.util.concurrent.atomic} package and the {@link AtomicReference} class.
* </p>
*
* @param <T> the type to set and get.
diff --git a/src/main/java/org/apache/commons/lang3/mutable/MutableShort.java
b/src/main/java/org/apache/commons/lang3/mutable/MutableShort.java
index 07ca7bbb6..2b2594cd6 100644
--- a/src/main/java/org/apache/commons/lang3/mutable/MutableShort.java
+++ b/src/main/java/org/apache/commons/lang3/mutable/MutableShort.java
@@ -21,7 +21,7 @@
/**
* A mutable {@code short} wrapper.
* <p>
- * This class was created before the introduction of the the {@link
java.util.concurrent.atomic} package and the {@link AtomicInteger} class.
+ * This class was created before the introduction of the {@link
java.util.concurrent.atomic} package and the {@link AtomicInteger} class.
* </p>
* <p>
* Note that as MutableShort does not extend Short, it is not treated by
String.format as a Short parameter.