Author: kkolinko
Date: Tue May 17 20:30:49 2011
New Revision: 1104528
URL: http://svn.apache.org/viewvc?rev=1104528&view=rev
Log:
Add missing @since comment.
Modified:
tomcat/trunk/java/javax/servlet/jsp/el/ScopedAttributeELResolver.java
Modified: tomcat/trunk/java/javax/servlet/jsp/el/ScopedAttributeELResolver.java
URL:
http://svn.apache.org/viewvc/tomcat/trunk/java/javax/servlet/jsp/el/ScopedAttributeELResolver.java?rev=1104528&r1=1104527&r2=1104528&view=diff
==============================================================================
--- tomcat/trunk/java/javax/servlet/jsp/el/ScopedAttributeELResolver.java
(original)
+++ tomcat/trunk/java/javax/servlet/jsp/el/ScopedAttributeELResolver.java Tue
May 17 20:30:49 2011
@@ -30,6 +30,10 @@ import javax.el.PropertyNotWritableExcep
import javax.servlet.jsp.JspContext;
import javax.servlet.jsp.PageContext;
+/**
+*
+* @since 2.1
+*/
public class ScopedAttributeELResolver extends ELResolver {
public ScopedAttributeELResolver() {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]