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-net.git
The following commit(s) were added to refs/heads/master by this push: new 997ec15 Minor Improvements #72. 997ec15 is described below commit 997ec156d5f135220151bf2d33643966526e41b5 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Feb 6 10:34:00 2021 -0500 Minor Improvements #72. --- src/changes/changes.xml | 4 ++-- src/main/java/org/apache/commons/net/util/NetConstants.java | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 61b46fb..cbcbfa9 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -73,8 +73,8 @@ The <action> type attribute can be add,update,fix,remove. <action issue="NET-695" type="update" dev="ggregory" due-to="Gary Gregory, Possibly Cott"> Apply SocketClient timeout after connection but before SSL negotiation. </action> - <action type="update" dev="ggregory" due-to="Arturo Bernal"> - Minor Improvements #71. + <action type="update" dev="ggregory" due-to="Arturo Bernal, Gary Gregory"> + Minor Improvements #71, #72. </action> </release> <release version="3.7.2" date="2020-10-14" description="Maintenance and bug fix release."> diff --git a/src/main/java/org/apache/commons/net/util/NetConstants.java b/src/main/java/org/apache/commons/net/util/NetConstants.java index 70d2158..ad50c3a 100644 --- a/src/main/java/org/apache/commons/net/util/NetConstants.java +++ b/src/main/java/org/apache/commons/net/util/NetConstants.java @@ -17,9 +17,7 @@ package org.apache.commons.net.util; /** - * <p> * Constants provided as public only for our own implementation, you can consider this private for now. - * </p> * * @since 3.7.3 */ @@ -29,6 +27,7 @@ public class NetConstants { * An empty immutable {@code String} array. */ public static final String[] EMPTY_STRING_ARRAY = new String[0]; + /** * Prevents instantiation. */