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 2019/11/14 09:25:28 UTC

[tomcat] branch master updated: Polish. Javadoc in expected order

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

markt 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 92a198d  Polish. Javadoc in expected order
92a198d is described below

commit 92a198dc494f1b14e7519522efee76ab3a610e72
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed Nov 13 22:48:23 2019 +0000

    Polish. Javadoc in expected order
---
 java/org/apache/jasper/compiler/Compiler.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/java/org/apache/jasper/compiler/Compiler.java b/java/org/apache/jasper/compiler/Compiler.java
index 748bb89..81c9fc1 100644
--- a/java/org/apache/jasper/compiler/Compiler.java
+++ b/java/org/apache/jasper/compiler/Compiler.java
@@ -101,9 +101,9 @@ public abstract class Compiler {
     /**
      * Compile the jsp file into equivalent servlet in .java file
      *
-     * @throws Exception Error generating Java source
-     *
      * @return A map of class names to JSR 045 source maps
+     *
+     * @throws Exception Error generating Java source
      */
     protected Map<String,SmapStratum> generateJava() throws Exception {
 


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