Updated javadoc to reflect minimum JSP version 2.0

This commit is contained in:
Jeremy Grelle 2009-11-13 01:39:20 +00:00
parent 130ef7948d
commit 58841f3c66
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
/**
*
* Spring's form tag library for JSP 1.2+.
* Spring's form tag library for JSP 2.0+.
* Supports JSP view implementations for Spring's web MVC framework.
* See <code>spring-form.tld</code> for descriptions of the various tags.
*

View File

@ -1,7 +1,7 @@
/**
*
* Spring's JSP standard tag library for JSP 1.2+.
* Spring's JSP standard tag library for JSP 2.0+.
* Supports JSP view implementations within Spring's web MVC framework.
* See <code>spring.tld</code> for descriptions of the various tags.
*