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

markt pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git

commit 1b0c02c4f0bb234461d4536b7fcd677f229ce70e
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Fri Sep 27 15:58:41 2019 +0100

    Align with 9.0.x. Spacing.
---
 java/org/apache/catalina/Pipeline.java | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/java/org/apache/catalina/Pipeline.java 
b/java/org/apache/catalina/Pipeline.java
index 8a21e76..a9c8ebe 100644
--- a/java/org/apache/catalina/Pipeline.java
+++ b/java/org/apache/catalina/Pipeline.java
@@ -14,8 +14,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
-
 package org.apache.catalina;
 
 import java.util.Set;
@@ -40,10 +38,6 @@ import java.util.Set;
  */
 public interface Pipeline {
 
-
-    // ------------------------------------------------------------- Properties
-
-
     /**
      * @return the Valve instance that has been distinguished as the basic
      * Valve for this Pipeline (if any).
@@ -66,9 +60,6 @@ public interface Pipeline {
     public void setBasic(Valve valve);
 
 
-    // --------------------------------------------------------- Public Methods
-
-
     /**
      * <p>Add a new Valve to the end of the pipeline associated with this
      * Container.  Prior to adding the Valve, the Valve's
@@ -124,6 +115,7 @@ public interface Pipeline {
      */
     public Valve getFirst();
 
+
     /**
      * Returns true if all the valves in this pipeline support async, false 
otherwise
      * @return true if all the valves in this pipeline support async, false 
otherwise


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

Reply via email to