diff --git a/src/main/java/fr/packageviewer/pack/SearchedPackage.java b/src/main/java/fr/packageviewer/pack/SearchedPackage.java index 5ede26f..cf90cc1 100644 --- a/src/main/java/fr/packageviewer/pack/SearchedPackage.java +++ b/src/main/java/fr/packageviewer/pack/SearchedPackage.java @@ -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 * */