On Tue, 16 Jun 2020 at 14:28, Gary Gregory <garydgreg...@gmail.com> wrote: > > On Tue, Jun 16, 2020 at 8:53 AM <s...@apache.org> wrote: > > > This is an automated email from the ASF dual-hosted git repository. > > > > sebb 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 32f8d54 Fix Javadoc complaint > > 32f8d54 is described below > > > > commit 32f8d5430225d5fcf2e9b3dbcb7f8ef9455df15b > > Author: Sebb <s...@apache.org> > > AuthorDate: Tue Jun 16 13:53:18 2020 +0100 > > > > Fix Javadoc complaint > > --- > > src/main/java/org/apache/commons/net/ftp/FTPClient.java | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/src/main/java/org/apache/commons/net/ftp/FTPClient.java > > b/src/main/java/org/apache/commons/net/ftp/FTPClient.java > > index 94cd7ff..964ae7f 100644 > > --- a/src/main/java/org/apache/commons/net/ftp/FTPClient.java > > +++ b/src/main/java/org/apache/commons/net/ftp/FTPClient.java > > @@ -278,7 +278,7 @@ import org.apache.commons.net.io.Util; > > * method, so the timing is partially dependent on how long each block > > transfer takes. > > * <p> > > * <b>This keep-alive feature is optional; if it does not help or causes > > problems then don't use it.</b> > > - * <p> > > + * > > > > That's not right either: HTML tags should _closed_
<p> closing tags can be omitted according to: https://www.w3.org/TR/html401/intro/sgmltut.html#h-3.2.1 > gARY > > > * @see #FTP_SYSTEM_TYPE > > * @see #SYSTEM_TYPE_PROPERTIES > > * @see FTP > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org