summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/assembly/src/main/resources/assembly-validation-messages.properties
diff options
context:
space:
mode:
authoredwardsmj <edwardsmj@13f79535-47bb-0310-9956-ffa450edef68>2009-05-13 18:30:19 +0000
committeredwardsmj <edwardsmj@13f79535-47bb-0310-9956-ffa450edef68>2009-05-13 18:30:19 +0000
commit1e5cc50809f7a081137e05c54eebaa70c844109a (patch)
tree3913bf1d5f06e764061f83524e1dcb3f8d311885 /java/sca/modules/assembly/src/main/resources/assembly-validation-messages.properties
parent4cdec182c5ee3863a9e20d1d45a1922259d19fae (diff)
Fix an erroneous error message in assembly module
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774477 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--java/sca/modules/assembly/src/main/resources/assembly-validation-messages.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/sca/modules/assembly/src/main/resources/assembly-validation-messages.properties b/java/sca/modules/assembly/src/main/resources/assembly-validation-messages.properties
index 67328bc929..3a74ac1497 100644
--- a/java/sca/modules/assembly/src/main/resources/assembly-validation-messages.properties
+++ b/java/sca/modules/assembly/src/main/resources/assembly-validation-messages.properties
@@ -24,7 +24,7 @@ DuplicateComponentReferenceName = Duplicate component reference name: Component
DuplicateComponentPropertyName = Duplicate component property name: Component = {0} Property = {1}
NoComponentImplementation = No implementation for component: Component = {0}
ServiceNotFoundForComponentService = Service not found for component service: Component = {0} Service = {1}
-UnresolvedComponentImplementation = Component implementation not found: Component = {0} Uri = {1}
+UnresolvedComponentImplementation = Component implementation not resolved: Component = {0} Uri = {1}
DuplicateImplementationPropertyName = Duplicate property name: Component = {0} Property = {1}
DuplicateImplementationServiceName = Duplicate service name: Component = {0} Service = {1}
DuplicateImplementationReferenceName = Duplicate reference name: Component = {0} Reference = {1}