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 9e2bbe23 Javadoc: Remove extra "whitespace"
9e2bbe23 is described below

commit 9e2bbe2384f51e157fcbd41eda9e08c1d75ed061
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Mar 25 09:58:02 2023 -0400

    Javadoc: Remove extra "whitespace"
---
 src/main/java/org/apache/commons/net/whois/WhoisClient.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/net/whois/WhoisClient.java 
b/src/main/java/org/apache/commons/net/whois/WhoisClient.java
index 2ae4d09e..5fa511e5 100644
--- a/src/main/java/org/apache/commons/net/whois/WhoisClient.java
+++ b/src/main/java/org/apache/commons/net/whois/WhoisClient.java
@@ -41,7 +41,6 @@ import org.apache.commons.net.finger.FingerClient;
  *     return;
  * }
  * </pre>
- *
  */
 
 public final class WhoisClient extends FingerClient {

Reply via email to