After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 317696 - Correct Javadoc warnings
Correct Javadoc warnings
Status: VERIFIED FIXED
Product: java-gnome
Classification: Bindings
Component: GTK
mainline
Other Linux
: Normal trivial
: ---
Assigned To: Ismael Juma
Ismael Juma
Depends on:
Blocks:
 
 
Reported: 2005-10-01 14:53 UTC by Remy Suen
Modified: 2009-08-15 18:40 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to fix the minor errors. This patch doesn't fix the FileChooserDialog warning since I haven't been able to confirm as to what it actually does return. (3.81 KB, patch)
2005-10-01 14:57 UTC, Remy Suen
none Details | Review

Description Remy Suen 2005-10-01 14:53:10 UTC
Build CVS head --with-javadocs and some warnings will appear due to misspelt
words and other such minor details.
Comment 1 Remy Suen 2005-10-01 14:57:25 UTC
Created attachment 52914 [details] [review]
Patch to fix the minor errors. This patch doesn't fix the FileChooserDialog warning since I haven't been able to confirm as to what it actually does return.
Comment 2 Ismael Juma 2005-10-01 15:23:30 UTC
Thanks for the patch. I've applied it to CVS HEAD and I've also fixed the
FileChooserDialog warnings.