luehe       2002/11/01 16:27:45

  Modified:    jasper2/src/share/org/apache/jasper/compiler Generator.java
  Log:
  changed visibility of jspContext from protected to private
  
  Revision  Changes    Path
  1.117     +4 -4      
jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler/Generator.java
  
  Index: Generator.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler/Generator.java,v
  retrieving revision 1.116
  retrieving revision 1.117
  diff -u -r1.116 -r1.117
  --- Generator.java    1 Nov 2002 02:54:41 -0000       1.116
  +++ Generator.java    2 Nov 2002 00:27:45 -0000       1.117
  @@ -3073,7 +3073,7 @@
           // to mask the page context from the tag file and simulate a 
           // fresh page context.  We need the original to do things like
           // sync AT_BEGIN and AT_END scripting variables.
  -        out.printil( "protected JspContext jspContext;" );
  +        out.printil( "private JspContext jspContext;" );
           out.println();
           out.printil( "public void setJspContext( JspContext ctx ) {" );
           out.pushIndent();
  
  
  

--
To unsubscribe, e-mail:   <mailto:tomcat-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-dev-help@;jakarta.apache.org>

Reply via email to