diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2011-10-31 10:31:45 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2011-10-31 10:31:45 +0000 |
commit | 51d1c4868bebe4f3b72ab2652178e058b0505ece (patch) | |
tree | c14583675694d3f7e59f131bda7363ddd88e8ece /sca-java-2.x/trunk/modules/contribution/src/main/resources/contribution-validation-messages.properties | |
parent | f3b9cd6311a0b7c8ce1af36057aefa6f00eed7e7 (diff) |
TUSCANY-3966 - remove duplicate message
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1195398 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | sca-java-2.x/trunk/modules/contribution/src/main/resources/contribution-validation-messages.properties | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/modules/contribution/src/main/resources/contribution-validation-messages.properties b/sca-java-2.x/trunk/modules/contribution/src/main/resources/contribution-validation-messages.properties index 63c4746a4d..dad6c760fe 100644 --- a/sca-java-2.x/trunk/modules/contribution/src/main/resources/contribution-validation-messages.properties +++ b/sca-java-2.x/trunk/modules/contribution/src/main/resources/contribution-validation-messages.properties @@ -30,5 +30,4 @@ ContributionReadException = ContributionReadException occured due to : UnrecognizedElementException = Unrecognized Element : {0} IllegalArgumentException = Invalid qname: {0} PrivilegedActionException = PrivilegedActionException occured due to : {0} -AttributeCannotBeProcessed = Attribute {0} cannot be processed. ({1}) |