Skip to content

Commit 58841f3

Browse files
author
Jeremy Grelle
committed
Updated javadoc to reflect minimum JSP version 2.0
1 parent 130ef79 commit 58841f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
/**
33
*
4-
* Spring's form tag library for JSP 1.2+.
4+
* Spring's form tag library for JSP 2.0+.
55
* Supports JSP view implementations for Spring's web MVC framework.
66
* See <code>spring-form.tld</code> for descriptions of the various tags.
77
*

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
/**
33
*
4-
* Spring's JSP standard tag library for JSP 1.2+.
4+
* Spring's JSP standard tag library for JSP 2.0+.
55
* Supports JSP view implementations within Spring's web MVC framework.
66
* See <code>spring.tld</code> for descriptions of the various tags.
77
*

0 commit comments

Comments
 (0)