Skip to content
This repository has been archived by the owner on Sep 26, 2019. It is now read-only.

Commit

Permalink
remove unnecessary prefix from getter
Browse files Browse the repository at this point in the history
  • Loading branch information
smatthewenglish committed Dec 20, 2018
1 parent d9574a3 commit 8c75ee1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ void addToOutstandingRequestList(final Peer peer) {
}

List<OutstandingRequest> getOutstandingRequestList() {
return this.outstandingRequestList;
return outstandingRequestList;
}

static class PeerDistance {
Expand Down

0 comments on commit 8c75ee1

Please sign in to comment.