This is an automated email from the ASF dual-hosted git repository.

remm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/master by this push:
     new 8f3f98b  Add boilerplate javadoc
8f3f98b is described below

commit 8f3f98bb3f804bbbb159c1561da3fa333ed67de4
Author: remm <r...@apache.org>
AuthorDate: Tue Apr 7 20:35:00 2020 +0200

    Add boilerplate javadoc
---
 java/org/apache/coyote/ProtocolHandler.java | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/java/org/apache/coyote/ProtocolHandler.java 
b/java/org/apache/coyote/ProtocolHandler.java
index 57a3086..c6e1565 100644
--- a/java/org/apache/coyote/ProtocolHandler.java
+++ b/java/org/apache/coyote/ProtocolHandler.java
@@ -197,13 +197,13 @@ public interface ProtocolHandler {
      * Create a new ProtocolHandler for the given protocol.
      * @param protocol the protocol
      * @return the newly instantiated protocol handler
-     * @throws ClassNotFoundException
-     * @throws InstantiationException
-     * @throws IllegalAccessException
-     * @throws IllegalArgumentException
-     * @throws InvocationTargetException
-     * @throws NoSuchMethodException
-     * @throws SecurityException
+     * @throws ClassNotFoundException Specified protocol was not found
+     * @throws InstantiationException Specified protocol could not be 
instantiated
+     * @throws IllegalAccessException Exception occurred
+     * @throws IllegalArgumentException Exception occurred
+     * @throws InvocationTargetException Exception occurred
+     * @throws NoSuchMethodException Exception occurred
+     * @throws SecurityException Exception occurred
      */
     public static ProtocolHandler create(String protocol)
             throws ClassNotFoundException, InstantiationException, 
IllegalAccessException,


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

Reply via email to