You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2016/05/01 23:31:14 UTC

svn commit: r1741896 - /tomcat/trunk/java/org/apache/tomcat/JarScannerCallback.java

Author: markt
Date: Sun May  1 21:31:14 2016
New Revision: 1741896

URL: http://svn.apache.org/viewvc?rev=1741896&view=rev
Log:
Correct the Javadoc

Modified:
    tomcat/trunk/java/org/apache/tomcat/JarScannerCallback.java

Modified: tomcat/trunk/java/org/apache/tomcat/JarScannerCallback.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/JarScannerCallback.java?rev=1741896&r1=1741895&r2=1741896&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/tomcat/JarScannerCallback.java (original)
+++ tomcat/trunk/java/org/apache/tomcat/JarScannerCallback.java Sun May  1 21:31:14 2016
@@ -27,8 +27,8 @@ import java.net.JarURLConnection;
 public interface JarScannerCallback {
 
     /**
-     * A JAR was found (probably packaged in a WAR) and may be accessed for
-     * further processing via the provided URL connection.
+     * A JAR was found and may be accessed for further processing via the
+     * provided URL connection.
      *
      * @param urlConn    The connection to the identified JAR
      * @param webappPath The path, if any, to the JAR within the web application
@@ -42,11 +42,10 @@ public interface JarScannerCallback {
             throws IOException;
 
     /**
-     * A JAR was found (probably in an unpacked WAR or possibly elsewhere on the
-     * class path) and may be accessed for further processing via the provided
-     * file.
+     * A directory was found that is to be treated as an unpacked JAR. The
+     * directory may be accessed for further processing via the provided file.
      *
-     * @param file       The file for the identified JAR.
+     * @param file       The directory containing the unpacked JAR.
      * @param webappPath The path, if any, to the file within the web
      *                       application
      * @param isWebapp   Indicates if the JAR was found within a web



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org