Skip to content

Commit

Permalink
removing static variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Rosa authored and Denis Rosa committed Mar 6, 2024
1 parent 9fd5cab commit 0f27ab0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

public class MongoConnection {

private static MongoClient tempMongoClient;
private MongoClient tempMongoClient;
private String connectionString;

public MongoConnection(String connectionString) {
Expand Down

0 comments on commit 0f27ab0

Please sign in to comment.