Skip to content

Commit

Permalink
fixed the annotaion
Browse files Browse the repository at this point in the history
  • Loading branch information
DeathGOD7 committed Jun 2, 2024
1 parent 308e032 commit 1f4d506
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ public boolean isConnectionValid(Connection connection) {
* @deprecated Since version 1.1.1, use {@link #isConnectionValid(Connection)} instead
* @return {@link Boolean}
*/
@Deprecated
public boolean isConnected(){
try {
return connection != null && !connection.isClosed();
Expand Down

0 comments on commit 1f4d506

Please sign in to comment.