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