Updated javadoc to reflect minimum JSP version 2.0
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2425 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
parent
1c1a094c47
commit
056b91b09f
|
|
@ -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.
|
||||
*
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in New Issue