fix typos in method signatures

This commit is contained in:
Ivan Masár
2015-10-07 14:07:18 +02:00
parent 5b42c09129
commit 3829e1f5ee
4 changed files with 5 additions and 5 deletions

View File

@@ -221,11 +221,11 @@ public class UsageEvent extends Event {
this.userAgent = userAgent;
}
public String getXforwarderfor() {
public String getXforwardedfor() {
return xforwardedfor;
}
public void setXforwarderfor(String xforwardedfor) {
public void setXforwardedfor(String xforwardedfor) {
this.xforwardedfor = xforwardedfor;
}