mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-17 15:03:18 +00:00
fix typos in method signatures
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user