Skip to content

Commit 6e3463d

Browse files
author
Rory Winston
committed
Fix javadoc error (NET-154)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/net/branches/JDK_1_5_BRANCH@527430 13f79535-47bb-0310-9956-ffa450edef68
1 parent 62e4045 commit 6e3463d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/apache/commons/net/nntp/NNTPClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
* When that occurs, the NNTP class method encountering that reply will throw
5555
* an {@link org.apache.commons.net.nntp.NNTPConnectionClosedException}
5656
* .
57-
* <code>NNTPConectionClosedException</code>
57+
* <code>NNTPConnectionClosedException</code>
5858
* is a subclass of <code> IOException </code> and therefore need not be
5959
* caught separately, but if you are going to catch it separately, its
6060
* catch block must appear before the more general <code> IOException </code>

0 commit comments

Comments
 (0)