Author: fmeschbe
Date: Thu Jul 23 13:23:51 2009
New Revision: 797062
URL: http://svn.apache.org/viewvc?rev=797062&view=rev
Log:
Wrong package name of MessageFormat class
Modified:
sling/trunk/bundles/commons/log/src/main/resources/OSGI-INF/metatype/metatype.properties
Modified:
sling/trunk/bundles/commons/log/src/main/resources/OSGI-INF/metatype/metatype.properties
URL:
http://svn.apache.org/viewvc/sling/trunk/bundles/commons/log/src/main/resources/OSGI-INF/metatype/metatype.properties?rev=797062&r1=797061&r2=797062&view=diff
==============================================================================
---
sling/trunk/bundles/commons/log/src/main/resources/OSGI-INF/metatype/metatype.properties
(original)
+++
sling/trunk/bundles/commons/log/src/main/resources/OSGI-INF/metatype/metatype.properties
Thu Jul 23 13:23:51 2009
@@ -45,7 +45,7 @@
log.pattern.name = Message Pattern
log.pattern.description = Message Pattern for formatting the log messages. \
- This is a java.util.MessageFormat pattern supporting up to six arguments: \
+ This is a java.text.MessageFormat pattern supporting up to six arguments: \
{0} The timestamp of type java.util.Date, {1} the log marker, {2} the name \
of the current thread, {3} the name of the logger, {4} the debug level and \
{5} the actual debug message. If the log call includes a Throwable, the \