added distribution to SearchedPackage#toString
This commit is contained in:
		
							parent
							
								
									6904fd4322
								
							
						
					
					
						commit
						0bf92231a9
					
				| @ -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