From 64fff4d508281791b319ec52c7efed6ea52dbec7 Mon Sep 17 00:00:00 2001 From: adammurdoch Date: Fri, 15 Feb 2002 07:33:33 +0000 Subject: [PATCH] Add missing error message. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271357 13f79535-47bb-0310-9956-ffa450edef68 --- .../apache/myrmidon/components/configurer/Resources.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proposal/myrmidon/src/java/org/apache/myrmidon/components/configurer/Resources.properties b/proposal/myrmidon/src/java/org/apache/myrmidon/components/configurer/Resources.properties index e5a78ffd7..84c6cf6cc 100644 --- a/proposal/myrmidon/src/java/org/apache/myrmidon/components/configurer/Resources.properties +++ b/proposal/myrmidon/src/java/org/apache/myrmidon/components/configurer/Resources.properties @@ -22,4 +22,4 @@ bad-set-content.error=Could not set text content for element <{0}>. typed-adder-non-interface.error=The typed adder for class "{0}" must have a single parameter that is an interface rather than {1} which defines a class. no-factory-for-role.error=Unable to locate type factory for role "{0}" create-typed-object.error=Could not create an object of type "{0}" of class {1}. -typed-property-not-supported.error=Class {0} does not have a typed property. \ No newline at end of file +no-typed-property.error=Class {0} does not have a typed property. \ No newline at end of file