Remove UnsupportedOperationException in ctor

This commit is contained in:
Chris Cranford 2021-03-10 18:32:55 -05:00 committed by Christian Beikov
parent 44719e9bb2
commit 5cf052775b
1 changed files with 0 additions and 2 deletions

View File

@ -48,8 +48,6 @@ public class AttributeConverterSqlTypeDescriptorAdapter implements SqlTypeDescri
this.converter = converter;
this.delegate = delegate;
this.intermediateJavaTypeDescriptor = intermediateJavaTypeDescriptor;
throw new UnsupportedOperationException( );
}
@Override