Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhashinee committed Jan 8, 2025
1 parent 5af234c commit 9de5fbe
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ public MongoClient createNewMongo(MongoClientSettings mongoClientSettings) throw
@Override
public boolean isActive() {
try {
// TODO: Need to check the connection availability properly.
MongoClient mongo = this.createNewMongo(this.mongoClientSettings);
return mongo != null;
} catch (Exception e) {
Expand Down

0 comments on commit 9de5fbe

Please sign in to comment.