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.delegate = delegate;
|
||||
this.intermediateJavaTypeDescriptor = intermediateJavaTypeDescriptor;
|
||||
|
||||
throw new UnsupportedOperationException( );
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue