From 7e1efb82231c7859c4b40e3aa70315d027a56ad3 Mon Sep 17 00:00:00 2001 From: Peter Donald Date: Sat, 29 Dec 2001 21:54:15 +0000 Subject: [PATCH] Remove trailing newline git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270402 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/java/org/apache/antlib/core/Resources.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proposal/myrmidon/src/java/org/apache/antlib/core/Resources.properties b/proposal/myrmidon/src/java/org/apache/antlib/core/Resources.properties index 9e0307ec5..6ece8908d 100644 --- a/proposal/myrmidon/src/java/org/apache/antlib/core/Resources.properties +++ b/proposal/myrmidon/src/java/org/apache/antlib/core/Resources.properties @@ -17,4 +17,4 @@ convert.bad-url.error=Error converting object ({0}) to URL. 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