Skip to content

Commit 4d780fb

Browse files
committed
HHH-5798 Fix whitespace in test causing build failures
1 parent 8ca24d9 commit 4d780fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hibernate-core/src/test/java/org/hibernate/orm/test/inheritance/SingleTableAbstractDiscriminatorTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ void testNonCompliantModel(ServiceRegistryScope registryScope) {
4040
//
4141
// > The DiscriminatorValue annotation can only be specified on a concrete entity class.
4242
//
43-
// we do not validate this though
43+
// we do not validate this though
4444
var model = new MetadataSources( registryScope.getRegistry() )
4545
.addAnnotatedClasses( Root.class, Trunk.class, Branch.class )
4646
.buildMetadata();

0 commit comments

Comments
 (0)