From: kkolinko Date: Tue, 17 May 2011 20:30:49 +0000 (+0000) Subject: Add missing @since comment. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=f112d73eb47ef7187fa0770925813f96edc8d426;p=tomcat7.0 Add missing @since comment. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1104528 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/java/javax/servlet/jsp/el/ScopedAttributeELResolver.java b/java/javax/servlet/jsp/el/ScopedAttributeELResolver.java index de7fe39bf..2fba8bbf0 100644 --- a/java/javax/servlet/jsp/el/ScopedAttributeELResolver.java +++ b/java/javax/servlet/jsp/el/ScopedAttributeELResolver.java @@ -30,6 +30,10 @@ import javax.el.PropertyNotWritableException; import javax.servlet.jsp.JspContext; import javax.servlet.jsp.PageContext; +/** +* +* @since 2.1 +*/ public class ScopedAttributeELResolver extends ELResolver { public ScopedAttributeELResolver() {