Skip to content

Commit 7e1efd4

Browse files
committed
White-space clean-up
Reduce sequences of three or more blank lines to two blank lines git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@992409 13f79535-47bb-0310-9956-ffa450edef68
1 parent 895fa3a commit 7e1efd4

180 files changed

Lines changed: 102 additions & 1026 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

java/javax/servlet/resources/javaee_web_services_1_3.xsd

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -557,9 +557,8 @@
557557
Example:
558558
<port-component-name>EmployeeService
559559
</port-component-name>
560-
561-
562-
560+
561+
563562
]]>
564563
</xsd:documentation>
565564
</xsd:annotation>

java/org/apache/catalina/ContainerListener.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
package org.apache.catalina;
2020

2121

22-
23-
2422
/**
2523
* Interface defining a listener for significant Container generated events.
2624
* Note that "container start" and "container stop" events are normally

java/org/apache/catalina/LifecycleListener.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
package org.apache.catalina;
2020

2121

22-
23-
2422
/**
2523
* Interface defining a listener for significant events (including "component
2624
* start" and "component stop" generated by a component that implements the

java/org/apache/catalina/SessionListener.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
package org.apache.catalina;
2020

2121

22-
23-
2422
/**
2523
* Interface defining a listener for significant Session generated events.
2624
*

java/org/apache/catalina/ant/jmx/JMXAccessorSetTask.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,6 @@ protected String jmxSet(MBeanServerConnection jmxServerConnection,
193193
attribute, realValue));
194194
return null;
195195
}
196-
197196

198197

199198
/**

java/org/apache/catalina/authenticator/AuthenticatorBase.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -567,8 +567,6 @@ public void invoke(Request request, Response response)
567567
// ------------------------------------------------------ Protected Methods
568568

569569

570-
571-
572570
/**
573571
* Associate the specified single sign on identifier with the
574572
* specified Session.

java/org/apache/catalina/connector/Response.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -819,8 +819,7 @@ public void setCharacterEncoding(String charset) {
819819
isCharacterEncodingSet = true;
820820
}
821821

822-
823-
822+
824823
/**
825824
* Set the Locale that is appropriate for this response, including
826825
* setting the appropriate character encoding.

java/org/apache/catalina/core/ApplicationContextFacade.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ private void initClassCache(){
129129
* Wrapped application context.
130130
*/
131131
private ApplicationContext context = null;
132-
133132

134133

135134
// ------------------------------------------------- ServletContext Methods

java/org/apache/catalina/core/ApplicationFilterChain.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,7 @@ public ApplicationFilterChain() {
160160
*/
161161
private static Class<?>[] classTypeUsedInEvent =
162162
new Class[] { CometEvent.class };
163-
164-
163+
165164

166165
// ---------------------------------------------------- FilterChain Methods
167166

@@ -514,7 +513,6 @@ private void internalDoFilterEvent(CometEvent event)
514513
// -------------------------------------------------------- Package Methods
515514

516515

517-
518516
/**
519517
* Add a filter to the set of filters that will be executed in this chain.
520518
*

java/org/apache/catalina/core/AsyncListenerWrapper.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ public AsyncListener getListener() {
5454
public void setListener(AsyncListener listener) {
5555
this.listener = listener;
5656
}
57-
58-
57+
5958

6059
}

0 commit comments

Comments
 (0)