Made changes according to feedback issue #258

This commit is contained in:
amit2103
2015-10-09 23:20:58 +05:30
parent eb22febdfc
commit 9d0673af0a
2 changed files with 1 additions and 2 deletions

View File

@ -10,7 +10,6 @@ public class Request {
public final String value;
public Request(String value) {
super();
this.value = value;
}
}