display results
This commit is contained in:
		
							parent
							
								
									2834168b14
								
							
						
					
					
						commit
						b1bdc05ae5
					
				| @ -71,5 +71,14 @@ public class Main { | |||||||
| 					break; | 					break; | ||||||
| 			} | 			} | ||||||
| 		} | 		} | ||||||
|  | 
 | ||||||
|  | 		for (int i = packets.size(); i-- > 0; ) { | ||||||
|  | 			System.out.printf("%s - %s/%s %s%n\t%s%n", | ||||||
|  | 							  i, | ||||||
|  | 							  packets.get(i).getRepo(), | ||||||
|  | 							  packets.get(i).getName(), | ||||||
|  | 							  packets.get(i).getVersion(), | ||||||
|  | 							  packets.get(i).getDescription()); | ||||||
|  | 		} | ||||||
| 	} | 	} | ||||||
| } | } | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user