<Swing Dev> Code review request for trivial doc fix: "@throws" meant instead of "@throw"
Joseph D. Darcy
Joe.Darcy at Sun.COM
Thu Aug 27 18:59:08 UTC 2009
Peter Zhelezniakov wrote:
> Joseph D. Darcy wrote:
>> While doing some other doc work, I noticed two javadoc build warnings
>> from mistyped tags in two swing classes; in both cases "@throw" was
>> written instead of "@throws". The classes already document the
>> exceptional behavior in the methods' main specification. I'd like to
>> commit the trivial fix below into JDK 7 through the TL repo and I'll
>> file a bug, etc. after the fix is approved.
>
> Consider it approved =) Thanks!
>
Fixed under 6876628 "@throw instead of @throws in two ParagraphView
classes:"
http://hg.openjdk.java.net/jdk7/tl/jdk/rev/25371bf31658
Cheers,
-Joe
More information about the swing-dev
mailing list