Skip to content

Commit 9579736

Browse files
committed
DO NOT MERGE - Innocuous change to test OpenJ9 compilation on CI
1 parent b87830a commit 9579736

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hibernate-core/src/main/java/org/hibernate/type/descriptor/java/UUIDJavaType.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
public class UUIDJavaType extends AbstractClassJavaType<UUID> {
2626
public static final UUIDJavaType INSTANCE = new UUIDJavaType();
2727

28+
2829
public UUIDJavaType() {
2930
super( UUID.class );
3031
}

0 commit comments

Comments
 (0)