mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-19 03:26:07 +00:00
Made changes according to feedback issue #258
This commit is contained in:
@@ -10,7 +10,6 @@ public class Request {
|
||||
public final String value;
|
||||
|
||||
public Request(String value) {
|
||||
super();
|
||||
this.value = value;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user