aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary Gregory <garydgregory@gmail.com>2024-05-24 10:13:36 -0400
committerGary Gregory <garydgregory@gmail.com>2024-05-24 10:13:36 -0400
commitb4a3c23856951af5e91ee6f6bcd7d20ceaf3cee5 (patch)
tree702354b30f56393ccf0c893005eb9a14eec623a1
parentc290aebffa83b382a24d74117755904017f82b7c (diff)
downloadapache-commons-lang-b4a3c23856951af5e91ee6f6bcd7d20ceaf3cee5.tar.gz
Simplify descriptions
-rw-r--r--src/changes/changes.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a49c7b705..878007a9b 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -60,9 +60,9 @@ The <action> type attribute can be add,update,fix,remove.
<action type="add" dev="ggregory" due-to="Gary Gregory">Add T ArrayUtils.arraycopy(T, int, int, int, Function) fluent style.</action>
<action type="add" dev="ggregory" due-to="Gary Gregory">Add SystemUtils.IS_JAVA_22.</action>
<action type="add" dev="ggregory" due-to="Gary Gregory">Add JavaVersion.JAVA_22.</action>
- <action type="add" dev="ggregory" due-to="Gary Gregory">Add org.apache.commons.lang3.SystemProperties.getUserName(Supplier&lt;String&gt;).</action>
- <action type="add" dev="ggregory" due-to="Gary Gregory">Add org.apache.commons.lang3.SystemProperties.getLineSeparator(Supplier&lt;String&gt;).</action>
- <action type="add" dev="ggregory" due-to="Gary Gregory">Add org.apache.commons.lang3.SystemProperties.getJavaSpecificationVersion(Supplier&lt;String&gt;).</action>
+ <action type="add" dev="ggregory" due-to="Gary Gregory">Add SystemProperties.getUserName(Supplier&lt;String&gt;).</action>
+ <action type="add" dev="ggregory" due-to="Gary Gregory">Add SystemProperties.getLineSeparator(Supplier&lt;String&gt;).</action>
+ <action type="add" dev="ggregory" due-to="Gary Gregory">Add SystemProperties.getJavaSpecificationVersion(Supplier&lt;String&gt;).</action>
<action type="add" dev="ggregory" due-to="Gary Gregory">Add SystemProperties constants and methods for system properties as of Java 22.</action>
<action type="add" dev="ggregory" due-to="Gary Gregory">Add MethodUtils.getMethodObject(Class, String, Class...).</action>
<!-- FIX -->