sboag       01/06/26 22:46:40

  Modified:    java/src/org/apache/xml/dtm/ref DTMManagerDefault.java
  Log:
  Comment out || ((null == reader) && incremental)
  ... I've changed my mind about this.
  If incremental is off the TransformerHandlerImpl
  shouldn't be threaded at all.
  
  Revision  Changes    Path
  1.13      +1 -1      
xml-xalan/java/src/org/apache/xml/dtm/ref/DTMManagerDefault.java
  
  Index: DTMManagerDefault.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/java/src/org/apache/xml/dtm/ref/DTMManagerDefault.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- DTMManagerDefault.java    2001/06/27 03:52:45     1.12
  +++ DTMManagerDefault.java    2001/06/27 05:46:40     1.13
  @@ -252,7 +252,7 @@
   
           // If the reader is null, but they still requested an incremental 
build, 
           // then we still want to set up the CoRoutine stuff.
  -        if (this.m_incremental && incremental || ((null == reader) && 
incremental))
  +        if (this.m_incremental && incremental /* || ((null == reader) && 
incremental) */)
           {
   
             // Create a CoroutineManager to manage the coordination between 
the 
  
  
  

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

Reply via email to