You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by mr...@apache.org on 2007/07/24 19:48:06 UTC

svn commit: r559135 - /xerces/java/trunk/src/org/apache/xerces/impl/msg/JAXPValidationMessages.properties

Author: mrglavas
Date: Tue Jul 24 10:48:05 2007
New Revision: 559135

URL: http://svn.apache.org/viewvc?view=rev&rev=559135
Log:
Fixing a typo. "... is not recognized this SchemaFactory" -> "... is not recognized by this SchemaFactory".

Modified:
    xerces/java/trunk/src/org/apache/xerces/impl/msg/JAXPValidationMessages.properties

Modified: xerces/java/trunk/src/org/apache/xerces/impl/msg/JAXPValidationMessages.properties
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/impl/msg/JAXPValidationMessages.properties?view=diff&rev=559135&r1=559134&r2=559135
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/impl/msg/JAXPValidationMessages.properties (original)
+++ xerces/java/trunk/src/org/apache/xerces/impl/msg/JAXPValidationMessages.properties Tue Jul 24 10:48:05 2007
@@ -13,7 +13,7 @@
 SchemaLanguageLengthZero = The schema language specified cannot have a length of zero characters.
 SchemaSourceArrayNull = The Source array parameter cannot be null.
 SchemaSourceArrayMemberNull = The Source array parameter cannot contain any items that are null.
-SchemaFactorySourceUnrecognized = Source parameter of type ''{0}'' is not recognized this SchemaFactory.
+SchemaFactorySourceUnrecognized = Source parameter of type ''{0}'' is not recognized by this SchemaFactory.
 
 # Validator error messages
 SourceParameterNull = Source parameter cannot be null.



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xerces.apache.org
For additional commands, e-mail: commits-help@xerces.apache.org