Author: markt Date: Sat Nov 22 09:44:16 2014 New Revision: 1641039 URL: http://svn.apache.org/r1641039 Log: Better formatting
Modified: tomcat/trunk/java/org/apache/catalina/webresources/LocalStrings.properties Modified: tomcat/trunk/java/org/apache/catalina/webresources/LocalStrings.properties URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/webresources/LocalStrings.properties?rev=1641039&r1=1641038&r2=1641039&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/catalina/webresources/LocalStrings.properties (original) +++ tomcat/trunk/java/org/apache/catalina/webresources/LocalStrings.properties Sat Nov 22 09:44:16 2014 @@ -25,14 +25,14 @@ cache.backgroundEvictFail=The background cache.objectMaxSizeTooBig=The value of [{0}]kB for objectMaxSize is larger than the limit of maxSize/20 so has been reduced to [{1}]kB cache.objectMaxSizeTooBigBytes=The value specified for the maximum object size to cache [{0}]kB is greater than Integer.MAX_VALUE bytes which is the maximum size that can be cached. The limit will be set to Integer.MAX_VALUE bytes. -dirResourceSet.notDirectory=The directory specified by base and internal path [{0}][{1}][{2}] does not exist. +dirResourceSet.notDirectory=The directory specified by base and internal path [{0}]{1}[{2}] does not exist. dirResourceSet.writeExists=The target of the write already exists dirResourceSet.writeNpe=The input stream may not be null fileResource.getCanonicalPathFail=Unable to determine the canonical path for the resource [{0}] fileResource.getCreationFail=Unable to determine the creation time for the resource [{0}] fileResource.getUrlFail=Unable to determine a URL for the resource [{0}] -fileResourceSet.notFile=The file specified by base and internal path [{0}][{1}][{2}] does not exist. +fileResourceSet.notFile=The file specified by base and internal path [{0}]{1}[{2}] does not exist. jarResource.getInputStreamFail=Unable to obtain an InputStream for the resource [{0}] located in the JAR [{1}] jarResource.getUrlFail=Unable to determine a URL for the resource [{0}] located in the JAR [{1}] --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org