2
0
mirror of https://github.com/proxiodev/RedisBungee.git synced 2026-06-24 03:46:43 +00:00

Fix some FindBugs issues.

This commit is contained in:
Tux
2015-01-25 00:04:34 -05:00
parent f201cdc4e8
commit b375b5402d
2 changed files with 2 additions and 2 deletions
@@ -74,7 +74,7 @@ class UUIDFetcher implements Callable<Map<String, UUID>> {
return uuidMap;
}
private class Profile {
private static class Profile {
String id;
String name;
}