Improved Javadoc

This commit is contained in:
Arjen Poutsma
2012-08-27 12:40:08 +02:00
parent 3794f995ba
commit d37e7878e6
2 changed files with 3 additions and 4 deletions

View File

@@ -38,7 +38,7 @@ import org.springframework.util.Assert;
* @author Rossen Stoyanchev
* @since 3.2
*
* @see http://gafter.blogspot.nl/2006/12/super-type-tokens.html
* @see <a href="http://gafter.blogspot.nl/2006/12/super-type-tokens.html">Neal Gafter on Super Type Tokens</a>
*/
public abstract class ParameterizedTypeReference<T> {