sboag       01/01/11 23:35:55

  Modified:    java/src/org/apache/xalan/templates ElemValueOf.java
  Log:
  Add @serial tag to m_isDot.
  
  Revision  Changes    Path
  1.13      +4 -0      
xml-xalan/java/src/org/apache/xalan/templates/ElemValueOf.java
  
  Index: ElemValueOf.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/java/src/org/apache/xalan/templates/ElemValueOf.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- ElemValueOf.java  2001/01/07 04:02:00     1.12
  +++ ElemValueOf.java  2001/01/12 07:35:55     1.13
  @@ -94,6 +94,10 @@
      */
     private XPath m_selectExpression = null;
     
  +  /**
  +   * True if the pattern is a simple ".".
  +   * @serial
  +   */
     private boolean m_isDot = false;
   
     /**
  
  
  

Reply via email to