Skip to content

Commit

Permalink
Remove useless this
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneBab committed Jul 23, 2024
1 parent 02b7ea3 commit dc13510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/freenet/node/updater/NodeUpdater.java
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ public void onChangeURI(FreenetURI uri) {
kill(); // unsubscribes from the old uri
this.URI = uri;
try {
this.subscribe();
subscribe();
} catch (MalformedURLException e) {
// does not need this handling
}
Expand Down

0 comments on commit dc13510

Please sign in to comment.