File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
src/test/java/org/eclipse/yasson Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (c) 2023 Oracle and/or its affiliates. All rights reserved.
3
+ *
4
+ * This program and the accompanying materials are made available under the
5
+ * terms of the Eclipse Public License v. 2.0 which is available at
6
+ * http://www.eclipse.org/legal/epl-2.0,
7
+ * or the Eclipse Distribution License v. 1.0 which is available at
8
+ * http://www.eclipse.org/org/documents/edl-v10.php.
9
+ *
10
+ * SPDX-License-Identifier: EPL-2.0 OR BSD-3-Clause
11
+ */
12
+
1
13
package org .eclipse .yasson ;
2
14
3
15
import static org .junit .jupiter .api .Assertions .assertFalse ;
18
30
19
31
/**
20
32
* Verify Jsonb leaves the streams open.
33
+ *
34
+ * @author Philippe Marschall
21
35
*/
22
36
public class Issue586Test {
23
37
You can’t perform that action at this time.
0 commit comments