Updated javadoc to reflect minimum JSP version 2.0
This commit is contained in:
parent
130ef7948d
commit
58841f3c66
|
|
@ -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.
|
* Supports JSP view implementations for Spring's web MVC framework.
|
||||||
* See <code>spring-form.tld</code> for descriptions of the various tags.
|
* 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.
|
* Supports JSP view implementations within Spring's web MVC framework.
|
||||||
* See <code>spring.tld</code> for descriptions of the various tags.
|
* See <code>spring.tld</code> for descriptions of the various tags.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue