summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.5.1/modules
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2009-09-03 08:50:17 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2009-09-03 08:50:17 +0000
commit228cfc8919340f903c63f5771859819bd23077b9 (patch)
tree33d04e5fc7315fedb4e71f8ee024d19e90ed9152 /branches/sca-java-1.5.1/modules
parentfe4b045452d855a8d4654da473e7ff903a582140 (diff)
Update wording of misleading warning messages (TUSCANY-3252)
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@810822 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.5.1/modules')
-rw-r--r--branches/sca-java-1.5.1/modules/assembly/src/main/resources/assembly-validation-messages.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/branches/sca-java-1.5.1/modules/assembly/src/main/resources/assembly-validation-messages.properties b/branches/sca-java-1.5.1/modules/assembly/src/main/resources/assembly-validation-messages.properties
index 6aeda18aab..e827f7e78a 100644
--- a/branches/sca-java-1.5.1/modules/assembly/src/main/resources/assembly-validation-messages.properties
+++ b/branches/sca-java-1.5.1/modules/assembly/src/main/resources/assembly-validation-messages.properties
@@ -55,8 +55,8 @@ WireSourceNotFound = Wire source not found : {0}
WireIncompatibleInterface = Incompatible interfaces on wire source and target : source = {0} target = {1}
ComponentIncompatibleInterface = Incompatible interfaces on component reference and target : reference = {0} target = {1}
TooManyReferenceTargets = Too many targets on reference: {0}
-ReferenceInterfaceNotSubSet = Interface of composite reference {0} must be compatible with the interface declared by promoted component reference.
-ServiceInterfaceNotSubSet = Interface of composite service {0} must be subset of the interface declared by promoted component service.
+ReferenceInterfaceNotSubSet = Interface of composite reference must be compatible with the interface declared by promoted component reference {0}
+ServiceInterfaceNotSubSet = Interface of composite service must be a subset of the interface declared by promoted component service {0}
NoComponentReferenceTarget = No target services found for the component reference to be autowired: {0}
NoTypeForComponentProperty = No type specified on component property: Component = {0} Property = {1}
URLSyntaxException = URLSyntaxException when creating binding URI at component = {0} service = {1} binding = {2} \ No newline at end of file