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