[tomcat] branch master updated: Polish. Spacing.
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 2b63932 Polish. Spacing. 2b63932 is described below commit 2b639322580761fed6b1a91db82aab8d5fa4ee07 Author: Mark Thomas AuthorDate: Mon Sep 16 09:58:38 2019 +0100 Polish. Spacing. --- java/org/apache/tomcat/util/IntrospectionUtils.java | 1 - 1 file changed, 1 deletion(-) diff --git a/java/org/apache/tomcat/util/IntrospectionUtils.java b/java/org/apache/tomcat/util/IntrospectionUtils.java index 71d9504..0c2eb6e 100644 --- a/java/org/apache/tomcat/util/IntrospectionUtils.java +++ b/java/org/apache/tomcat/util/IntrospectionUtils.java @@ -14,7 +14,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package org.apache.tomcat.util; import java.lang.reflect.InvocationTargetException; - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
[tomcat] branch master updated: Polish. Spacing.
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 4d8ce2c Polish. Spacing. 4d8ce2c is described below commit 4d8ce2c1c58c5432316d5c045f480667f887fb97 Author: Mark Thomas AuthorDate: Tue Sep 10 20:57:57 2019 +0100 Polish. Spacing. --- java/org/apache/tomcat/util/http/parser/AcceptEncoding.java | 1 - 1 file changed, 1 deletion(-) diff --git a/java/org/apache/tomcat/util/http/parser/AcceptEncoding.java b/java/org/apache/tomcat/util/http/parser/AcceptEncoding.java index ee145c6..ba92702 100644 --- a/java/org/apache/tomcat/util/http/parser/AcceptEncoding.java +++ b/java/org/apache/tomcat/util/http/parser/AcceptEncoding.java @@ -14,7 +14,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package org.apache.tomcat.util.http.parser; import java.io.IOException; - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
[tomcat] branch master updated: Polish. Spacing.
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 1a7944f Polish. Spacing. 1a7944f is described below commit 1a7944f31e1fc901b32af517d08fa2d4e5b6e08a Author: Mark Thomas AuthorDate: Mon Sep 9 11:13:54 2019 +0100 Polish. Spacing. --- java/org/apache/coyote/ProtocolHandler.java | 1 - .../src/main/java/org/apache/tomcat/jdbc/pool/PoolConfiguration.java | 1 - 2 files changed, 2 deletions(-) diff --git a/java/org/apache/coyote/ProtocolHandler.java b/java/org/apache/coyote/ProtocolHandler.java index 44d5359..b467558 100644 --- a/java/org/apache/coyote/ProtocolHandler.java +++ b/java/org/apache/coyote/ProtocolHandler.java @@ -179,5 +179,4 @@ public interface ProtocolHandler { * @return the protocols */ public UpgradeProtocol[] findUpgradeProtocols(); - } diff --git a/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/PoolConfiguration.java b/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/PoolConfiguration.java index f5962e9..2359fc8 100644 --- a/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/PoolConfiguration.java +++ b/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/PoolConfiguration.java @@ -910,5 +910,4 @@ public interface PoolConfiguration { * @return true if the statements are wrapped */ public boolean getUseStatementFacade(); - } - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org