Skip to content

Commit

Permalink
Remove redundant keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Jul 9, 2024
1 parent 9cc242e commit e033ce0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ public void stop()
public void destroy()
{
// Nothing for the moment
System.err.println("DaemonWrapper: instance " + this.hashCode() + " destroy");
System.err.println("DaemonWrapper: instance " + hashCode() + " destroy");
}

// Internal class for wrapping the start/stop methods
Expand Down

0 comments on commit e033ce0

Please sign in to comment.