HHH-13201 - reformat test
This commit is contained in:
parent
19af434b21
commit
d97db034b4
|
@ -1,6 +1,7 @@
|
|||
package org.hibernate.test.hql;
|
||||
|
||||
import org.hibernate.jpa.test.BaseEntityManagerFunctionalTestCase;
|
||||
|
||||
import org.hibernate.testing.TestForIssue;
|
||||
import org.junit.Test;
|
||||
|
||||
|
@ -13,9 +14,7 @@ import static javax.persistence.CascadeType.ALL;
|
|||
import static org.hibernate.testing.transaction.TransactionUtil.doInJPA;
|
||||
|
||||
/**
|
||||
* @author Moritz Becker (moritz.becker@ordami.com)
|
||||
* @date 12/01/2019
|
||||
* @company ordami GmbH
|
||||
* @author Moritz Becker
|
||||
*/
|
||||
@TestForIssue(jiraKey = "HHH-13201")
|
||||
public class FetchNonRootRelativeElementCollectionAndAssociationTest extends BaseEntityManagerFunctionalTestCase {
|
||||
|
|
Loading…
Reference in New Issue