mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
Remove non-ascii char
This commit is contained in:
@@ -50,7 +50,7 @@ public final class MongoCredential {
|
||||
return null;
|
||||
}
|
||||
|
||||
public static MongoCredential createMongoCRCredential(String userName, String database, char[] password) {
|
||||
public static MongoCredential createMongoCRCredential(String userName, String database, char[] password) {
|
||||
// Deprecated function removed in most recent releases of the Mongo driver.
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user