Skip to content

Commit

Permalink
[launch] Added the toString() to the ClassTestTarget class.
Browse files Browse the repository at this point in the history
  • Loading branch information
iteman committed Dec 23, 2012
1 parent 3b7b9e7 commit 8cbdc00
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@
public class ClassTestTarget {
private IType type;

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

public ClassTestTarget(IType type) {
this.type = type;
}
Expand Down

0 comments on commit 8cbdc00

Please sign in to comment.