#354 Some clean up and show the difference between paid and free a bit more.
This commit is contained in:
@@ -1,7 +1,14 @@
|
||||
package com.iluwatar.featuretoggle.user;
|
||||
|
||||
/**
|
||||
* Created by joseph on 26/01/16.
|
||||
*/
|
||||
public class User {
|
||||
|
||||
private String name;
|
||||
|
||||
public User(String name) {
|
||||
this.name = name;
|
||||
}
|
||||
|
||||
public String getName() {
|
||||
return name;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user