costin      2002/06/20 15:58:58

  Modified:    jasper2/src/share/org/apache/jasper/compiler
                        JspRuntimeContext.java
  Log:
  Update for the JspCompilationContext.
  
  Revision  Changes    Path
  1.3       +6 -6      
jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler/JspRuntimeContext.java
  
  Index: JspRuntimeContext.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler/JspRuntimeContext.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- JspRuntimeContext.java    12 Jun 2002 23:23:59 -0000      1.2
  +++ JspRuntimeContext.java    20 Jun 2002 22:58:58 -0000      1.3
  @@ -82,7 +82,7 @@
   
   import org.apache.jasper.JasperException;
   import org.apache.jasper.Constants;
  -import org.apache.jasper.JspEngineContext;
  +import org.apache.jasper.JspCompilationContext;
   import org.apache.jasper.Options;
   import org.apache.jasper.logging.Logger;
   import org.apache.jasper.runtime.JspFactoryImpl;
  @@ -308,7 +308,7 @@
           Iterator it = jsps.values().iterator();
           while (it.hasNext()) {
               JspServletWrapper jsw = (JspServletWrapper)it.next();
  -            JspEngineContext ctxt = jsw.getJspEngineContext();
  +            JspCompilationContext ctxt = jsw.getJspEngineContext();
               // JspServletWrapper also synchronizes on this when
               // it detects it has to do a reload
               synchronized(jsw) {
  
  
  

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

Reply via email to