Skip to content

Commit

Permalink
remove redundant typecast
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinking committed Dec 23, 2024
1 parent 88fe79f commit 909f479
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -231,8 +231,7 @@ else if ( sqmType instanceof BasicType<?> ) {

@Override
public JavaType<T> getExpressibleJavaType() {
//noinspection unchecked
return (JavaType<T>) javaTypeDescriptor;
return javaTypeDescriptor;
}

@Override
Expand Down

0 comments on commit 909f479

Please sign in to comment.