You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by do...@apache.org on 2001/12/29 22:54:15 UTC

cvs commit: jakarta-ant/proposal/myrmidon/src/java/org/apache/antlib/core Resources.properties

donaldp     01/12/29 13:54:15

  Modified:    proposal/myrmidon/src/java/org/apache/antlib/core
                        Resources.properties
  Log:
  Remove trailing newline
  
  Revision  Changes    Path
  1.3       +1 -1      jakarta-ant/proposal/myrmidon/src/java/org/apache/antlib/core/Resources.properties
  
  Index: Resources.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/proposal/myrmidon/src/java/org/apache/antlib/core/Resources.properties,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Resources.properties	29 Dec 2001 21:35:44 -0000	1.2
  +++ Resources.properties	29 Dec 2001 21:54:15 -0000	1.3
  @@ -17,4 +17,4 @@
   getByName.error=Failed to retrieve enum by calling getByName on "{0}". (Reason: {1}).
   enum.missing.getByName.error=Enum class "{0}" is missing a public static method named "getByName" that accepts a single string parameter.
   enum.missing.getNames.error=Enum class "{0}" is missing a public static method named "getNames" that returns a String array of all enum names.
  -invalid.enum.error=Invalid value "{0}" for enum, expected one of {1}.
  +invalid.enum.error=Invalid value "{0}" for enum, expected one of {1}.
  \ No newline at end of file
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>