Fixed Javadoc.

This commit is contained in:
Christian P. MOMON 2020-09-26 02:26:35 +02:00
parent 344e1bfa1c
commit 934fb35263
5 changed files with 12 additions and 10 deletions

View file

@ -40,8 +40,8 @@ public class Categories extends ArrayList<Category>
/**
* Find by software.
*
* @param name
* the name
* @param softwareName
* the software name
* @return the category
*/
public Category findBySoftware(final String softwareName)

View file

@ -38,8 +38,8 @@ public class CategoriesPage
/**
* Builds the.
*
* @param categories
* the services
* @param stats
* the stats
* @return the string
* @throws StatoolInfosException
* the statool infos exception

View file

@ -39,7 +39,9 @@ public class CategoryPage
/**
* Builds the.
*
* @param categories
* @param category
* the category
* @param services
* the services
* @return the string
* @throws StatoolInfosException

View file

@ -29,7 +29,7 @@ import fr.devinsy.xidyn.data.TagDataManager;
import fr.devinsy.xidyn.presenters.PresenterUtils;
/**
* The Class ServicesPage.
* The Class SoftwaresPage.
*/
public class SoftwaresPage
{
@ -38,8 +38,8 @@ public class SoftwaresPage
/**
* Builds the.
*
* @param categories
* the services
* @param stats
* the stats
* @return the string
* @throws StatoolInfosException
* the statool infos exception

View file

@ -33,8 +33,8 @@ public class CategoryStat
/**
* Instantiates a new category stat.
*
* @param path
* the path
* @param category
* the category
*/
public CategoryStat(final Category category)
{