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 35176b4 commit 1a8cbad
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 1a8cbad

Please sign in to comment.