Skip to content

Commit

Permalink
Remove UnsupportedOperationException in ctor
Browse files Browse the repository at this point in the history
  • Loading branch information
Naros authored and beikov committed Mar 12, 2021
1 parent 44719e9 commit 5cf0527
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -48,8 +48,6 @@ public AttributeConverterSqlTypeDescriptorAdapter(
this.converter = converter;
this.delegate = delegate;
this.intermediateJavaTypeDescriptor = intermediateJavaTypeDescriptor;

throw new UnsupportedOperationException( );
}

@Override
Expand Down

0 comments on commit 5cf0527

Please sign in to comment.