Skip to content

Commit

Permalink
fix gpclaim misidentify
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Jul 20, 2018
1 parent 63334bb commit 0ba0c0b
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -83,6 +83,11 @@ public String identify() {
return "gpclaim@" + claim.getID();
}

@Override
public String toString() {
return identify();
}

public String simple() {
return String.valueOf(claim.getID());
}
Expand Down

0 comments on commit 0ba0c0b

Please sign in to comment.