Browse Source

Updated javadoc to reflect minimum JSP version 2.0

pull/23217/head
Jeremy Grelle 16 years ago
parent
commit
58841f3c66
  1. 2
      org.springframework.web.servlet/src/main/java/org/springframework/web/servlet/tags/form/package-info.java
  2. 2
      org.springframework.web.servlet/src/main/java/org/springframework/web/servlet/tags/package-info.java

2
org.springframework.web.servlet/src/main/java/org/springframework/web/servlet/tags/form/package-info.java

@ -1,7 +1,7 @@ @@ -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.
*

2
org.springframework.web.servlet/src/main/java/org/springframework/web/servlet/tags/package-info.java

@ -1,7 +1,7 @@ @@ -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…
Cancel
Save