Skip to content

Commit

Permalink
FURNACE-94: Added toString to ShallowAddonInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Dec 8, 2015
1 parent 7d928ef commit a4f6450
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,10 @@ public Set<AddonDependencyEntry> getDependencyEntries()
{
return Collections.emptySet();
}

@Override
public String toString()
{
return addonId.toString();
}
}

0 comments on commit a4f6450

Please sign in to comment.