Readded suppress warning

This commit is contained in:
Gabriele C 2015-08-06 14:36:16 +02:00
parent 690af050e1
commit 27688735ad
1 changed files with 1 additions and 0 deletions

View File

@ -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;