tmiller     2002/06/28 08:09:57

  Modified:    java/src/org/apache/xalan/xsltc/compiler/util Type.java
  Log:
  removed references to the LongExpr classes that were removed
  
  Revision  Changes    Path
  1.10      +1 -2      
xml-xalan/java/src/org/apache/xalan/xsltc/compiler/util/Type.java
  
  Index: Type.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/java/src/org/apache/xalan/xsltc/compiler/util/Type.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- Type.java 1 Feb 2002 20:27:46 -0000       1.9
  +++ Type.java 28 Jun 2002 15:09:57 -0000      1.10
  @@ -72,7 +72,6 @@
   
   public abstract class Type implements Constants {
       public static final Type Int        = new IntType();
  -    public static final Type Lng        = new LongType(); //GTM,bug 3592
       public static final Type Real       = new RealType();
       public static final Type Boolean    = new BooleanType();
       public static final Type NodeSet    = new NodeSetType();
  
  
  

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

Reply via email to