From: Tim P <ti...@us...> - 2008-03-20 12:27:27
|
Update of /cvsroot/webmacro/webmacro/src/org/webmacro/adapter/jsp In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv25370/src/org/webmacro/adapter/jsp Modified Files: JSPAttributes.java Log Message: Whitespace Index: JSPAttributes.java =================================================================== RCS file: /cvsroot/webmacro/webmacro/src/org/webmacro/adapter/jsp/JSPAttributes.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** JSPAttributes.java 8 Dec 2005 22:12:30 -0000 1.1 --- JSPAttributes.java 20 Mar 2008 12:27:23 -0000 1.2 *************** *** 5,13 **** /** - * - * <p> * Class that provides access to the JSP pageContext attributes with scoping, * such that $Attributes.SCOPE.xxxx returns appropriate values. - * </p> * <p> * SCOPE can be one of "Page", "Request", "Session" or "Application". --- 5,10 ---- *************** *** 31,35 **** /** ! * Utility class to provide access to scoped attributes, JSP-style */ abstract class ScopedAttributes --- 28,32 ---- /** ! * Utility class to provide access to scoped attributes, JSP-style. */ abstract class ScopedAttributes *************** *** 101,105 **** /** - * * @return The bean that provides access to session attributes */ --- 98,101 ---- *************** *** 112,116 **** /** - * * @return The bean that provides access to page attributes */ --- 108,111 ---- *************** *** 123,127 **** /** - * * @return The bean that provides access to request attributes */ --- 118,121 ---- *************** *** 134,138 **** /** - * * @return The bean that provides access to application attributes */ --- 128,131 ---- |