Skip to content

Commit

Permalink
fix plotsquaredplot misidentify
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Aug 12, 2018
1 parent 0ba0c0b commit 60fe38c
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -120,6 +120,11 @@ public String identifySimple() {
return identify();
}

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

@Override
public String getAttribute(Attribute attribute) {

Expand Down

0 comments on commit 60fe38c

Please sign in to comment.