Hi,
due to few trivial errors the following classes of the commons-net package
does not compile with JDK 1.3.
- org.apache.commons.net.nntp.Article
- org.apache.commons.net.ftp.FTPClientConfig
This can cause subtle linkage errors when using commons-net 1.4 under a JVM
1.3 environment.
The problem applies to the development version too.
See the attached patches to correct the problem.
Andrea.
this patch makes Article.java compilable with JDK 1.3