fixed formating for class SearchedPackage

This commit is contained in:
Djalim Simaila 2022-12-14 14:35:34 +01:00
parent 49eddb6099
commit a24489e70c

View File

@ -60,12 +60,13 @@ public class SearchedPackage {
public String getDescription() {
return description;
}
/**
* Constructor for the SearchedPackage class
*
* @param name String, name of the package
* @param version String, version of the package
* @param repo String, repository where the package is located
* @param name String, name of the package
* @param version String, version of the package
* @param repo String, repository where the package is located
* @param description String, description of the package
*
*/