Fix broken Javadoc tags

Closes gh-26967
This commit is contained in:
izeye
2021-05-22 09:10:57 +09:00
committed by Sam Brannen
parent ac0e71745b
commit ab2c78a9d5
6 changed files with 7 additions and 7 deletions

View File

@@ -22,7 +22,7 @@ import org.springframework.web.servlet.view.AbstractTemplateViewResolver;
import org.springframework.web.servlet.view.AbstractUrlBasedView;
/**
* Convenience subclass of @link AbstractTemplateViewResolver} that supports
* Convenience subclass of {@link AbstractTemplateViewResolver} that supports
* {@link GroovyMarkupView} (i.e. Groovy XML/XHTML markup templates) and
* custom subclasses of it.
*