File tree Expand file tree Collapse file tree
spring-components/rdf4j-spring/src/test/java/org/eclipse/rdf4j/spring/support Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- /**
2- * *****************************************************************************
1+ /*******************************************************************************
32 * Copyright (c) 2021 Eclipse RDF4J contributors.
43 *
54 * All rights reserved. This program and the accompanying materials
87 * http://www.eclipse.org/org/documents/edl-v10.php.
98 *
109 * SPDX-License-Identifier: BSD-3-Clause
11- ******************************************************************************* /
10+ ******************************************************************************/
1211
1312package org .eclipse .rdf4j .spring .support ;
1413
15- import static org .junit .jupiter .api .Assertions .*;
14+ import static org .junit .jupiter .api .Assertions .assertEquals ;
15+ import static org .junit .jupiter .api .Assertions .assertNotNull ;
16+ import static org .junit .jupiter .api .Assertions .assertThrows ;
1617
1718import java .util .List ;
1819import java .util .Set ;
You can’t perform that action at this time.
0 commit comments