Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48234
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 19 Nov 2009 02:01:57 +0000 (02:01 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 19 Nov 2009 02:01:57 +0000 (02:01 +0000)
Align Javadoc with code

git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@882029 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/catalina/core/ContainerBase.java

index 89d20fc..1e82f24 100644 (file)
@@ -378,9 +378,7 @@ public abstract class ContainerBase
 
 
     /**
-     * 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() {