Fix TCK failure. Trying to assign an object of the wrong type to an array should...
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 15 Jan 2010 19:22:42 +0000 (19:22 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 15 Jan 2010 19:22:42 +0000 (19:22 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@899770 13f79535-47bb-0310-9956-ffa450edef68

java/javax/el/LocalStrings.properties

index 92db77a..2a753d7 100644 (file)
@@ -22,3 +22,4 @@ propertyNotWritable=Property ''{1}'' not writable on type {0}
 propertyReadError=Error reading ''{1}'' on type {0}
 propertyWriteError=Error writing ''{1}'' on type {0}
 resolverNotWritable=ELResolver not writable for type {0}
+objectNotAssignable=Unable to add an object of type [{0}] to an array of objects of type [{1}]