remm        02/01/03 02:44:57

  Modified:    jasper/src/share/org/apache/jasper/resources Tag:
                        tomcat_40_branch messages.properties
  Log:
  - Fix "occured" typo in the 4.0.x branch.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.20.2.4  +3 -3      
jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/resources/messages.properties
  
  Index: messages.properties
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/resources/messages.properties,v
  retrieving revision 1.20.2.3
  retrieving revision 1.20.2.4
  diff -u -r1.20.2.3 -r1.20.2.4
  --- messages.properties       30 Nov 2001 22:17:40 -0000      1.20.2.3
  +++ messages.properties       3 Jan 2002 10:44:57 -0000       1.20.2.4
  @@ -1,4 +1,4 @@
  -# $Id: messages.properties,v 1.20.2.3 2001/11/30 22:17:40 larryi Exp $
  +# $Id: messages.properties,v 1.20.2.4 2002/01/03 10:44:57 remm Exp $
   #
   # Default localized string information
   # Localized this the Default Locale as is en_US
  @@ -85,7 +85,7 @@
   jsp.error.param.novalue=No value in PARAM tag
   jsp.error.beans.nullbean=Attempted a bean operation on a null object.
   jsp.error.beans.nobeaninfo=No BeanInfo for the bean of type ''{0}'' could be found, 
the class likely does not exist.
  -jsp.error.beans.introspection=An exception occured while introspecting the read 
method of property ''{0}'' in a bean of type ''{1}'':\n{2}
  +jsp.error.beans.introspection=An exception occurred while introspecting the read 
method of property ''{0}'' in a bean of type ''{1}'':\n{2}
   jsp.error.beans.nomethod=Cannot find a method to read property ''{0}'' in a bean of 
type ''{1}''
   jsp.error.beans.nomethod.setproperty=Can''t find a method to write property ''{0}'' 
in a bean of type ''{1}''
   jsp.error.beans.noproperty=Cannot find any information on property ''{0}'' in a 
bean of type ''{1}''
  @@ -242,5 +242,5 @@
   jsp.error.needAlternateJavaEncoding=Default java encoding {0} is invalid on your 
java platform. An alternate can be specified via the 'javaEncoding' parameter of 
JspServlet.
   #Error when compiling, used for jsp line number error messages
   jsp.error.single.line.number=\n\nAn error occurred at line: {0} in the jsp file: 
{1}\n\n
  -jsp.error.multiple.line.number=\n\nAn error occured between lines: {0} and {1} in 
the jsp file: {2}\n\n
  +jsp.error.multiple.line.number=\n\nAn error occurred between lines: {0} and {1} in 
the jsp file: {2}\n\n
   jsp.error.corresponding.servlet=Generated servlet error:\n
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to