#354 Added Configuration Based Example of Feature Toggle
This commit is contained in:
@@ -8,7 +8,8 @@ public class User {
|
||||
this.name = name;
|
||||
}
|
||||
|
||||
public String getName() {
|
||||
@Override
|
||||
public String toString() {
|
||||
return name;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user