Remove unnecessary comment
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 7 Jun 2010 16:03:38 +0000 (16:03 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 7 Jun 2010 16:03:38 +0000 (16:03 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@952295 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/catalina/core/StandardEngine.java

index f1cd9f0..e2a960a 100644 (file)
@@ -296,11 +296,6 @@ public class StandardEngine extends ContainerBase implements Engine {
      * access log.
      */
     @Override
-    /**
-     * Check this container for an access log and if none is found, look to the
-     * parent. If there is no parent and still none is found, use the NoOp
-     * access log.
-     */
     public void logAccess(Request request, Response response, long time,
             boolean useDefault) {