From: markt Date: Thu, 19 Nov 2009 02:01:57 +0000 (+0000) Subject: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48234 X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=619add6a4d4ad6fc844769673cb2c0124de9e028;p=tomcat7.0 Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48234 Align Javadoc with code git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@882029 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/java/org/apache/catalina/core/ContainerBase.java b/java/org/apache/catalina/core/ContainerBase.java index 89d20fce8..1e82f2425 100644 --- a/java/org/apache/catalina/core/ContainerBase.java +++ b/java/org/apache/catalina/core/ContainerBase.java @@ -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 null. + * Return the Logger for this Container. */ public Log getLogger() {