Skip to content

Commit

Permalink
dbeaver#22963 Update CubridProcedureParameter.java file
Browse files Browse the repository at this point in the history
  • Loading branch information
longhaseng52 committed Mar 21, 2024
1 parent f19d558 commit 053e64c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public String getDescription() {
@Nullable
@Override
public DBSTypedObject getParameterType() {
return this;
return (DBSTypedObject) this;
}

@NotNull
Expand Down

0 comments on commit 053e64c

Please sign in to comment.