Author: markt Date: Thu Nov 19 02:01:57 2009 New Revision: 882029 URL: http://svn.apache.org/viewvc?rev=882029&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48234 Align Javadoc with code
Modified: tomcat/trunk/java/org/apache/catalina/core/ContainerBase.java Modified: tomcat/trunk/java/org/apache/catalina/core/ContainerBase.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/core/ContainerBase.java?rev=882029&r1=882028&r2=882029&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/catalina/core/ContainerBase.java (original) +++ tomcat/trunk/java/org/apache/catalina/core/ContainerBase.java Thu Nov 19 02:01:57 2009 @@ -378,9 +378,7 @@ /** - * Return the Logger with which this Container is associated. If there is - * no associated Logger, return the Logger associated with our parent - * Container (if any); otherwise return <code>null</code>. + * Return the Logger for this Container. */ public Log getLogger() { --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org