cmlenz      2003/02/13 00:24:35

  Modified:    framework/src/java/j2ee13/org/apache/cactus/extension/jsp
                        JspTagLifecycle.java
  Log:
  Make instance variable protected so that it can be directly access by
  the inner classes that need to (without requiring an artificial accessor
  method).
  
  Revision  Changes    Path
  1.16      +2 -2      
jakarta-cactus/framework/src/java/j2ee13/org/apache/cactus/extension/jsp/JspTagLifecycle.java
  
  Index: JspTagLifecycle.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-cactus/framework/src/java/j2ee13/org/apache/cactus/extension/jsp/JspTagLifecycle.java,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- JspTagLifecycle.java      12 Feb 2003 21:00:34 -0000      1.15
  +++ JspTagLifecycle.java      13 Feb 2003 08:24:35 -0000      1.16
  @@ -541,7 +541,7 @@
       /**
        * The JSP page context.
        */
  -    private PageContext pageContext;
  +    protected PageContext pageContext;
       
       /**
        * The JSP tag handler.
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to