Skip to content

Commit 5886de1

Browse files
committed
HHH-18274 Fixed spotless check errors
1 parent 4c6f568 commit 5886de1

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

hibernate-core/src/test/java/org/hibernate/orm/test/query/hql/instantiation/InstantiationWithGenericsExpressionTest.java

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
/*
2-
* Hibernate, Relational Persistence for Idiomatic Java
3-
*
4-
* License: GNU Lesser General Public License (LGPL), version 2.1 or later
5-
* See the lgpl.txt file in the root directory or http://www.gnu.org/licenses/lgpl-2.1.html
2+
* SPDX-License-Identifier: LGPL-2.1-or-later
3+
* Copyright Red Hat Inc. and Hibernate Authors
64
*/
75
package org.hibernate.orm.test.query.hql.instantiation;
86

@@ -14,9 +12,7 @@
1412
import org.hibernate.testing.orm.junit.Jira;
1513
import org.hibernate.testing.orm.junit.SessionFactory;
1614
import org.hibernate.testing.orm.junit.SessionFactoryScope;
17-
import org.junit.jupiter.api.AfterAll;
1815
import org.junit.jupiter.api.AfterEach;
19-
import org.junit.jupiter.api.BeforeAll;
2016
import org.junit.jupiter.api.BeforeEach;
2117
import org.junit.jupiter.api.Test;
2218

0 commit comments

Comments
 (0)