Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -363,7 +363,7 @@ public boolean hasName() {

@Override
public String toString() {
return super.toString() + "(" + name + ")";
return super.toString() + "(" + getName() + ")";
}

public void newVersion() {

0 comments on commit cb0214a

Please sign in to comment.