Skip to content

Commit

Permalink
metamodel: Implement a ImportImpl.toString()
Browse files Browse the repository at this point in the history
  • Loading branch information
tombentley committed Nov 12, 2015
1 parent 0dc3dd8 commit ae3dd66
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,4 +121,8 @@ && getShared() == other.getShared()
public TypeDescriptor $getType$() {
return $TypeDescriptor$;
}

public String toString() {
return "import of " + getName() +"/" + getVersion() + " by " + getContainer();
}
}

0 comments on commit ae3dd66

Please sign in to comment.