Skip to content

Commit 8ed93eb

Browse files
committed
fix minor code formatting issues
1 parent b2c2e30 commit 8ed93eb

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

spring-components/rdf4j-spring/src/test/java/org/eclipse/rdf4j/spring/support/RDF4JTemplateTests.java

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
/**
2-
* *****************************************************************************
1+
/*******************************************************************************
32
* Copyright (c) 2021 Eclipse RDF4J contributors.
43
*
54
* All rights reserved. This program and the accompanying materials
@@ -8,11 +7,13 @@
87
* http://www.eclipse.org/org/documents/edl-v10.php.
98
*
109
* SPDX-License-Identifier: BSD-3-Clause
11-
*******************************************************************************/
10+
******************************************************************************/
1211

1312
package 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

1718
import java.util.List;
1819
import java.util.Set;

0 commit comments

Comments
 (0)