Added link to Atom spec in javadoc
This commit is contained in:
parent
7e4fb09369
commit
ce83ebf0de
|
|
@ -42,6 +42,7 @@ import com.sun.syndication.feed.atom.Feed;
|
|||
* @since 3.0
|
||||
* @see #buildFeedMetadata(Map, WireFeed, HttpServletRequest)
|
||||
* @see #buildFeedEntries(Map, HttpServletRequest, HttpServletResponse)
|
||||
* @see <a href="http://www.atomenabled.org/developers/syndication/">Atom Syndication Format</a>
|
||||
*/
|
||||
public abstract class AbstractAtomFeedView extends AbstractFeedView<Feed> {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue