#354 Add tests for Properties

This commit is contained in:
Joseph McCarthy
2016-01-26 23:38:28 +00:00
parent 4a49f82f23
commit 77e14f0069
2 changed files with 13 additions and 0 deletions

View File

@ -11,6 +11,7 @@ public class UserGroup {
private static List<User> freeGroup = new ArrayList<>();
private static List<User> paidGroup = new ArrayList<>();
/**
*
* @param user {@link User} to be added to the free group