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 67c858b3 No need to use the java.lang package name in Javadoc
references.
67c858b3 is described below
commit 67c858b30ca3d8dd1c38b2245e36321b56e5a8bd
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Apr 3 17:35:25 2022 -0400
No need to use the java.lang package name in Javadoc references.
---
.../org/apache/commons/net/ftp/FTPClientConfigFunctionalTest.java | 4 ++--
src/test/java/org/apache/commons/net/telnet/TelnetClientTest.java | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git
a/src/test/java/org/apache/commons/net/ftp/FTPClientConfigFunctionalTest.java
b/src/test/java/org/apache/commons/net/ftp/FTPClientConfigFunctionalTest.java
index aaa7be23..080b9397 100644
---
a/src/test/java/org/apache/commons/net/ftp/FTPClientConfigFunctionalTest.java
+++
b/src/test/java/org/apache/commons/net/ftp/FTPClientConfigFunctionalTest.java
@@ -87,7 +87,7 @@ public class FTPClientConfigFunctionalTest extends TestCase {
}
/**
- * @throws java.lang.Exception
+ * @throws Exception
*/
@Override
protected void setUp() throws Exception {
@@ -106,7 +106,7 @@ public class FTPClientConfigFunctionalTest extends TestCase
{
}
/**
- * @throws java.lang.Exception
+ * @throws Exception
*/
@Override
protected void tearDown() throws Exception {
diff --git a/src/test/java/org/apache/commons/net/telnet/TelnetClientTest.java
b/src/test/java/org/apache/commons/net/telnet/TelnetClientTest.java
index b42d5141..4dbc2a40 100644
--- a/src/test/java/org/apache/commons/net/telnet/TelnetClientTest.java
+++ b/src/test/java/org/apache/commons/net/telnet/TelnetClientTest.java
@@ -221,7 +221,7 @@ extends TestCase implements TelnetNotificationHandler
}
/*
- * @throws java.lang.Exception
+ * @throws Exception
*/
@Override
protected void tearDown() throws Exception {