Hello, commons-io has multiple Java 8 doclint warnings and errors (mostly missing references and self closing <p/> and @inheritDoc) in the current revision, but "CloseShieldOutputStream without the closing </p> tag is not in that list. What command did you run and what error it is reporting? I tried javadoc:javadoc.
Gruss Bernd Am Sun, 19 Apr 2015 18:35:13 -0700 schrieb Gary Gregory <[email protected]>: > On Sun, Apr 19, 2015 at 6:05 PM, Bernd Eckenfels > <[email protected]> wrote: > > > Hello, > > > > Am Mon, 20 Apr 2015 00:25:55 -0000 > > schrieb [email protected]: > > > > > commons/proper/io/trunk/src/main/java/org/apache/commons/io/output/CloseShieldOutputStream.java > > > (original) +++ > > > > > commons/proper/io/trunk/src/main/java/org/apache/commons/io/output/CloseShieldOutputStream.java > > > Mon Apr 20 00:25:55 2015 @@ -24,7 +24,7 @@ import > > > java.io.OutputStream; > > > * This class is typically used in cases where an output stream > > > needs to be > > > * passed to a component that wants to explicitly close the > > > stream even if > > > * other components would still use the stream for output. > > > - * > > > + * </p> > > > * @version $Id$ > > > * @since 1.4 > > > */ > > > > Uhm... is that really an improvement? If you use html tags (like it > > is specified by javadoc) you dont need ending tags. > > > > Try building with Java 8 and see what happens... ;-) > > Gary > > > > > Gruss > > Bernd > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
