larryi 02/03/21 19:35:27 Modified: jasper/src/share/org/apache/jasper/resources messages.properties Log: Fix broken line. Submitted by: Konrad Kolosowski Revision Changes Path 1.25 +2 -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.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- messages.properties 3 Jan 2002 08:53:31 -0000 1.24 +++ messages.properties 22 Mar 2002 03:35:27 -0000 1.25 @@ -1,4 +1,4 @@ -# $Id: messages.properties,v 1.24 2002/01/03 08:53:31 remm Exp $ +# $Id: messages.properties,v 1.25 2002/03/22 03:35:27 larryi Exp $ # # Default localized string information # Localized this the Default Locale as is en_US @@ -111,8 +111,7 @@ jsp.error.setproperty.paramOrValue=setProperty: either param or value can be present jsp.error.setproperty.arrayVal=setProperty: can't set array property {0} through a string constant value jsp.warning.keepgen=Warning: Invalid value for the initParam keepgenerated. Will use the default value of \"false\" -jsp.warning.largeFile=Warning: Invalid value for the initParam -largeFile. Will use the default value of \"true\" +jsp.warning.largeFile=Warning: Invalid value for the initParam largeFile. Will use the default value of \"true\" jsp.warning.mappedFile=Warning: Invalid value for the initParam mappedFile. Will use the default value of \"false\" jsp.warning.sendErrToClient=Warning: Invalid value for the initParam sendErrToClient. Will use the default value of \"false\" jsp.warning.classDebugInfo=Warning: Invalid value for the initParam classdebuginfo. Will use the default value of \"false\"
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>