You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@abdera.apache.org by Garrett Rooney <ro...@electricjellyfish.net> on 2006/06/21 00:46:04 UTC

[PATCH] fix javadoc for org.apache.abdera.model.Source

The javadoc in the new org.apache.abdera.model.Source class has some problems...

-garrett

[[[
Fix some javadoc problems.

* core/src/main/java/org/apache/abdera/model/Source.java
  (addAuthor, addContributor): Drop @throws tags for methods that don't
   actually throw anything.
]]]