mirror of
https://github.com/ChestShop-authors/ChestShop-3.git
synced 2025-01-25 00:01:21 +01:00
Readded suppress warning
This commit is contained in:
parent
690af050e1
commit
27688735ad
@ -22,6 +22,7 @@ import java.util.UUID;
|
||||
*
|
||||
* @author Andrzej Pomirski (Acrobot)
|
||||
*/
|
||||
@SuppressWarnings("UnusedAssignment") //I deliberately set the variables to null while initializing
|
||||
public class NameManager {
|
||||
private static Dao<Account, String> accounts;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user