Skip to content

Commit

Permalink
Fix typo in javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
mrotteveel committed Oct 1, 2024
1 parent ec65195 commit eb37c96
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public interface FirebirdPreparedStatement extends FirebirdStatement, PreparedSt
/**
* Get the statement type of this PreparedStatement.
* <p>
* The returned value is one of the {@code {@code TYPE_*} constant values defined in this interface.
* The returned value is one of the {@code TYPE_*} constant values defined in this interface.
* </p>
*
* @return The identifier for the given statement's type
Expand Down

0 comments on commit eb37c96

Please sign in to comment.