Fixed Javadoc.
This commit is contained in:
parent
344e1bfa1c
commit
934fb35263
5 changed files with 12 additions and 10 deletions
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -39,7 +39,9 @@ public class CategoryPage
|
|||
/**
|
||||
* Builds the.
|
||||
*
|
||||
* @param categories
|
||||
* @param category
|
||||
* the category
|
||||
* @param services
|
||||
* the services
|
||||
* @return the string
|
||||
* @throws StatoolInfosException
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue