You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by zo...@apache.org on 2002/09/27 22:23:04 UTC

cvs commit: xml-xalan/java/src/org/apache/xalan/xsltc/compiler/util ErrorMsg.java

zongaro     2002/09/27 13:23:04

  Modified:    java/src/org/apache/xalan/xsltc/compiler/util ErrorMsg.java
  Log:
  Removed a duplicate error message number I inadvertently entered.
  
  Revision  Changes    Path
  1.16      +8 -9      xml-xalan/java/src/org/apache/xalan/xsltc/compiler/util/ErrorMsg.java
  
  Index: ErrorMsg.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/src/org/apache/xalan/xsltc/compiler/util/ErrorMsg.java,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- ErrorMsg.java	27 Sep 2002 18:59:33 -0000	1.15
  +++ ErrorMsg.java	27 Sep 2002 20:23:04 -0000	1.16
  @@ -171,14 +171,13 @@
       public static final int TYPE_CHECK_ERR              = 79;
       public static final int TYPE_CHECK_UNK_LOC_ERR      = 80;
       public static final int ILLEGAL_CMDLINE_OPTION_ERR  = 81;
  -    public static final int OPTION_MISSING_ARG_ERR      = 82;
  -    public static final int CMDLINE_OPT_MISSING_ARG_ERR = 83;
  -    public static final int WARNING_PLUS_WRAPPED_MSG    = 84;
  -    public static final int WARNING_MSG                 = 85;
  -    public static final int FATAL_ERR_PLUS_WRAPPED_MSG  = 86;
  -    public static final int FATAL_ERR_MSG               = 87;
  -    public static final int ERROR_PLUS_WRAPPED_MSG      = 88;
  -    public static final int ERROR_MSG                   = 89;
  +    public static final int CMDLINE_OPT_MISSING_ARG_ERR = 82;
  +    public static final int WARNING_PLUS_WRAPPED_MSG    = 83;
  +    public static final int WARNING_MSG                 = 84;
  +    public static final int FATAL_ERR_PLUS_WRAPPED_MSG  = 85;
  +    public static final int FATAL_ERR_MSG               = 86;
  +    public static final int ERROR_PLUS_WRAPPED_MSG      = 87;
  +    public static final int ERROR_MSG                   = 88;
   
       // All error messages are localized and are stored in resource bundles.
       // This array and the following 4 strings are read from that bundle.
  
  
  

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