Skip to content

Commit ad40895

Browse files
Wander Winkelhorstbeikov
authored andcommitted
HHH-20253 Spotless apply
1 parent ddb0eaa commit ad40895

File tree

1 file changed

+1
-1
lines changed
  • hibernate-core/src/test/java/org/hibernate/orm/test/bytecode/enhancement/lazy/proxy

1 file changed

+1
-1
lines changed

hibernate-core/src/test/java/org/hibernate/orm/test/bytecode/enhancement/lazy/proxy/HHH20253Test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ static class CompanyEntity {
107107
private CompanyEmails companyEmails;
108108

109109
@ManyToOne(fetch = FetchType.LAZY)
110-
@JoinColumn(name = "parent_company_id")
110+
@JoinColumn(name = "parent_company_id")
111111
private CompanyEntity parent;
112112

113113
public CompanyEntity getParent() {

0 commit comments

Comments
 (0)