Skip to content

Commit ef6bd40

Browse files
committed
HBX-2874: Replace deprecated constructor 'org.hibernate.type.ComponentType#ComponentType(Component,int[],MetadataBuildingContext)'
Signed-off-by: Koen Aers <[email protected]>
1 parent 6722fd6 commit ef6bd40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jbt/src/test/java/org/hibernate/tool/orm/jbt/api/wrp/TypeWrapperTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ public void testIsComponentType() {
147147
component.setComponentClassName("java.lang.Object");
148148
TypeWrapper anyTypeWrapper =
149149
TypeWrapperFactory.createTypeWrapper(
150-
new ComponentType(component, null, DummyMetadataBuildingContext.INSTANCE));
150+
new ComponentType(component, null));
151151
assertTrue(anyTypeWrapper.isComponentType());
152152
}
153153

0 commit comments

Comments
 (0)