Added link to Atom spec in javadoc
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@600 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
parent
a3a4171c41
commit
2b0ce30843
|
|
@ -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