> On Apr 25, 2023, at 15:07, r...@apache.org wrote:
> 
> This is an automated email from the ASF dual-hosted git repository.
> 
> remm pushed a commit to branch main
> in repository https://gitbox.apache.org/repos/asf/tomcat.git
> 
> 
> The following commit(s) were added to refs/heads/main by this push:
>     new 7dbba140fd Fix checkstyle
> 7dbba140fd is described below
> 
> commit 7dbba140fd93d22af08decf2496edac5f73715f8
> Author: remm <r...@apache.org>
> AuthorDate: Tue Apr 25 09:06:21 2023 +0200
> 
>    Fix checkstyle
> ---
> .../apache/tomcat/jdbc/pool/PoolPropertiesTest.java | 21 ++++++++++++++++++---
> 1 file changed, 18 insertions(+), 3 deletions(-)
> 
> diff --git 
> a/modules/jdbc-pool/src/test/java/org/apache/tomcat/jdbc/pool/PoolPropertiesTest.java
>  
> b/modules/jdbc-pool/src/test/java/org/apache/tomcat/jdbc/pool/PoolPropertiesTest.java
> index b475d64f23..01843bd3e8 100644
> --- 
> a/modules/jdbc-pool/src/test/java/org/apache/tomcat/jdbc/pool/PoolPropertiesTest.java
> +++ 
> b/modules/jdbc-pool/src/test/java/org/apache/tomcat/jdbc/pool/PoolPropertiesTest.java
> @@ -1,12 +1,27 @@
> +/*
> + * Licensed to the Apache Software Foundation (ASF) under one or more
> + * contributor license agreements.  See the NOTICE file distributed with
> + * this work for additional information regarding copyright ownership.
> + * The ASF licenses this file to You under the Apache License, Version 2.0
> + * (the "License"); you may not use this file except in compliance with
> + * the License.  You may obtain a copy of the License at
> + *
> + *      http://www.apache.org/licenses/LICENSE-2.0
> + *
> + * Unless required by applicable law or agreed to in writing, software
> + * distributed under the License is distributed on an "AS IS" BASIS,
> + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
> + * See the License for the specific language governing permissions and
> + * limitations under the License.
> + */

Oops, thanks, I didn’t notice that this was missing.

Han
> package org.apache.tomcat.jdbc.pool;
> 
> +import java.util.ArrayList;
> +import java.util.List;
> 
> import org.junit.Assert;
> import org.junit.Test;
> 
> -import java.util.ArrayList;
> -import java.util.List;
> -
> public class PoolPropertiesTest {
>     private static final String DEFAULT_USER = "username_def";
>     private static final String DEFAULT_PASSWD = "password_def";
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: dev-h...@tomcat.apache.org
> 


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

Reply via email to