Remove UnsupportedOperationException in ctor
This commit is contained in:
parent
44719e9bb2
commit
5cf052775b
|
@ -48,8 +48,6 @@ public class AttributeConverterSqlTypeDescriptorAdapter implements SqlTypeDescri
|
||||||
this.converter = converter;
|
this.converter = converter;
|
||||||
this.delegate = delegate;
|
this.delegate = delegate;
|
||||||
this.intermediateJavaTypeDescriptor = intermediateJavaTypeDescriptor;
|
this.intermediateJavaTypeDescriptor = intermediateJavaTypeDescriptor;
|
||||||
|
|
||||||
throw new UnsupportedOperationException( );
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in New Issue