You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by sb...@apache.org on 2001/06/13 02:57:14 UTC

cvs commit: xml-xalan/java/src/org/apache/xml/dtm/ref CoroutineManager.java

sboag       01/06/12 17:57:14

  Modified:    java/src/org/apache/xml/dtm/ref CoroutineManager.java
  Log:
  Made m_unreasonableId final.
  
  Revision  Changes    Path
  1.3       +1 -1      xml-xalan/java/src/org/apache/xml/dtm/ref/CoroutineManager.java
  
  Index: CoroutineManager.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/src/org/apache/xml/dtm/ref/CoroutineManager.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- CoroutineManager.java	2001/06/12 19:15:43	1.2
  +++ CoroutineManager.java	2001/06/13 00:57:13	1.3
  @@ -151,7 +151,7 @@
      * sparse-array mechanism, it may be possible to raise or eliminate
      * this boundary.
      */
  -  static int m_unreasonableId=1024;
  +  static final int m_unreasonableId=1024;
   
     /** Internal field used to hold the data being explicitly passed
      * from one coroutine to another during a co_resume() operation.
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org