mmidy       01/06/12 11:14:20

  Modified:    java/src/org/apache/xalan/transformer Tag: DTM_EXP
                        TransformerImpl.java
  Log:
  Warning for users of thread pooling
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.90.2.23 +5 -0      
xml-xalan/java/src/org/apache/xalan/transformer/TransformerImpl.java
  
  Index: TransformerImpl.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/java/src/org/apache/xalan/transformer/TransformerImpl.java,v
  retrieving revision 1.90.2.22
  retrieving revision 1.90.2.23
  diff -u -r1.90.2.22 -r1.90.2.23
  --- TransformerImpl.java      2001/06/12 17:07:52     1.90.2.22
  +++ TransformerImpl.java      2001/06/12 18:14:15     1.90.2.23
  @@ -2860,6 +2860,11 @@
      * a derived class to support thread pooling.
      *
      * All thread-related stuff is in this class.
  +   * 
  +   * <p><em>WARNING!</em>  This class will probably move since the DTM 
  +   * CoroutineSAXParser depends on it.  This class should move 
  +   * to the CoroutineSAXParser.  You can use it, but be aware 
  +   * that your code will have to change when the move occurs.</p>
      */
     public static class ThreadControler
     {
  
  
  

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

Reply via email to