Skip to content

Commit

Permalink
Why the parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
Fortifier42 committed Feb 13, 2016
1 parent 92316b8 commit 1a3c6e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public dObject setPrefix(String prefix) {

@Override
public String debug() {
return (prefix + "='<A>" + identify() + "<G>' ");
return prefix + "='<A>" + identify() + "<G>' ";
}

@Override
Expand Down

1 comment on commit 1a3c6e6

@mcmonkey4eva
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Most important commit ever

Please sign in to comment.