mirror of
https://github.com/proxiodev/RedisBungee.git
synced 2026-06-24 03:46:43 +00:00
Perform some code tweaks and fix some spelling.
This commit is contained in:
@@ -51,7 +51,7 @@ public class UUIDFetcher implements Callable<Map<String, UUID>> {
|
||||
@Setter
|
||||
private static OkHttpClient httpClient;
|
||||
|
||||
public UUIDFetcher(List<String> names, boolean rateLimiting) {
|
||||
private UUIDFetcher(List<String> names, boolean rateLimiting) {
|
||||
this.names = ImmutableList.copyOf(names);
|
||||
this.rateLimiting = rateLimiting;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user