mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-15 08:59:01 +00:00
#354 Add tests for Properties
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user