This is an automated email from the ASF dual-hosted git repository. elecharny pushed a commit to branch 2.0.X in repository https://gitbox.apache.org/repos/asf/mina.git
The following commit(s) were added to refs/heads/2.0.X by this push: new f4258b38c Added the missing ASL 2.0 header f4258b38c is described below commit f4258b38cb8aa5c70bfe334f11526902424811aa Author: emmanuel lecharny <elecha...@apache.org> AuthorDate: Sat Sep 2 23:13:53 2023 +0200 Added the missing ASL 2.0 header --- .../mina/transport/socket/nio/DIRMINA1172.java | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/mina-core/src/test/java/org/apache/mina/transport/socket/nio/DIRMINA1172.java b/mina-core/src/test/java/org/apache/mina/transport/socket/nio/DIRMINA1172.java index 10491fc2d..a817479a8 100644 --- a/mina-core/src/test/java/org/apache/mina/transport/socket/nio/DIRMINA1172.java +++ b/mina-core/src/test/java/org/apache/mina/transport/socket/nio/DIRMINA1172.java @@ -1,3 +1,22 @@ +/* + * 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.mina.transport.socket.nio; import java.io.IOException; @@ -15,6 +34,11 @@ import org.apache.mina.filter.logging.LoggingFilter; import org.junit.Before; import org.junit.Test; +/** + * Tests for issue with Datagram sessions (DIRMINA-1172) + * + * @author <a href="http://mina.apache.org">Apache MINA Project</a> + */ public class DIRMINA1172 { private static DatagramSocket socket;