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

lukaszlenart pushed a commit to branch WW-4692-encoder-decoder
in repository https://gitbox.apache.org/repos/asf/struts.git


The following commit(s) were added to refs/heads/WW-4692-encoder-decoder by 
this push:
     new 520c8c6a1 WW-4692 Adds missing header with license
520c8c6a1 is described below

commit 520c8c6a1b21c9dbbd346ee59d2bf4188d6044b0
Author: Lukasz Lenart <lukaszlen...@apache.org>
AuthorDate: Wed Oct 26 10:46:41 2022 +0200

    WW-4692 Adds missing header with license
---
 .../org/apache/struts2/url/StrutsUrlEncoderTest.java  | 19 ++++++++++++++++++-
 1 file changed, 18 insertions(+), 1 deletion(-)

diff --git 
a/core/src/test/java/org/apache/struts2/url/StrutsUrlEncoderTest.java 
b/core/src/test/java/org/apache/struts2/url/StrutsUrlEncoderTest.java
index 9ca04f0e3..d095f0291 100644
--- a/core/src/test/java/org/apache/struts2/url/StrutsUrlEncoderTest.java
+++ b/core/src/test/java/org/apache/struts2/url/StrutsUrlEncoderTest.java
@@ -1,6 +1,23 @@
+/*
+ * 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.
+ */
 package org.apache.struts2.url;
 
-import junit.framework.TestCase;
 import org.junit.Before;
 import org.junit.Test;
 

Reply via email to