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...@locus.apache.org on 2000/07/31 00:46:30 UTC

cvs commit: xml-xalan/java/src/org/apache/xalan/processor XSLTAttributeDef.java

sboag       00/07/30 15:46:30

  Modified:    java/src/org/apache/xalan/processor XSLTAttributeDef.java
  Log:
  No real changes.
  
  Revision  Changes    Path
  1.4       +1 -1      xml-xalan/java/src/org/apache/xalan/processor/XSLTAttributeDef.java
  
  Index: XSLTAttributeDef.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/src/org/apache/xalan/processor/XSLTAttributeDef.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- XSLTAttributeDef.java	2000/07/05 14:38:38	1.3
  +++ XSLTAttributeDef.java	2000/07/30 22:46:30	1.4
  @@ -669,7 +669,7 @@
           try
           {
             meth = elem.getClass().getMethod(setterString, argTypes);
  -        }
  +       }
           catch(NoSuchMethodException nsme)
           {
             Class cl = ((Object)value).getClass();