Merge pull request #31 from ThomasRubini/tostring_distro
This commit is contained in:
commit
6bd7090a4f
@ -37,6 +37,6 @@ public class SearchedPackage {
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "SearchedPackage{name=%s,version=%s,repo=%s,description=%s}".formatted(name, version, repo, description);
|
||||
return "SearchedPackage{name=%s,version=%s,repo=%s,description=%s,distribution=%s}".formatted(name, version, repo, description, distribution);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user