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.
|
* Find by software.
|
||||||
*
|
*
|
||||||
* @param name
|
* @param softwareName
|
||||||
* the name
|
* the software name
|
||||||
* @return the category
|
* @return the category
|
||||||
*/
|
*/
|
||||||
public Category findBySoftware(final String softwareName)
|
public Category findBySoftware(final String softwareName)
|
||||||
|
|
|
@ -38,8 +38,8 @@ public class CategoriesPage
|
||||||
/**
|
/**
|
||||||
* Builds the.
|
* Builds the.
|
||||||
*
|
*
|
||||||
* @param categories
|
* @param stats
|
||||||
* the services
|
* the stats
|
||||||
* @return the string
|
* @return the string
|
||||||
* @throws StatoolInfosException
|
* @throws StatoolInfosException
|
||||||
* the statool infos exception
|
* the statool infos exception
|
||||||
|
|
|
@ -39,7 +39,9 @@ public class CategoryPage
|
||||||
/**
|
/**
|
||||||
* Builds the.
|
* Builds the.
|
||||||
*
|
*
|
||||||
* @param categories
|
* @param category
|
||||||
|
* the category
|
||||||
|
* @param services
|
||||||
* the services
|
* the services
|
||||||
* @return the string
|
* @return the string
|
||||||
* @throws StatoolInfosException
|
* @throws StatoolInfosException
|
||||||
|
|
|
@ -29,7 +29,7 @@ import fr.devinsy.xidyn.data.TagDataManager;
|
||||||
import fr.devinsy.xidyn.presenters.PresenterUtils;
|
import fr.devinsy.xidyn.presenters.PresenterUtils;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The Class ServicesPage.
|
* The Class SoftwaresPage.
|
||||||
*/
|
*/
|
||||||
public class SoftwaresPage
|
public class SoftwaresPage
|
||||||
{
|
{
|
||||||
|
@ -38,8 +38,8 @@ public class SoftwaresPage
|
||||||
/**
|
/**
|
||||||
* Builds the.
|
* Builds the.
|
||||||
*
|
*
|
||||||
* @param categories
|
* @param stats
|
||||||
* the services
|
* the stats
|
||||||
* @return the string
|
* @return the string
|
||||||
* @throws StatoolInfosException
|
* @throws StatoolInfosException
|
||||||
* the statool infos exception
|
* the statool infos exception
|
||||||
|
|
|
@ -33,8 +33,8 @@ public class CategoryStat
|
||||||
/**
|
/**
|
||||||
* Instantiates a new category stat.
|
* Instantiates a new category stat.
|
||||||
*
|
*
|
||||||
* @param path
|
* @param category
|
||||||
* the path
|
* the category
|
||||||
*/
|
*/
|
||||||
public CategoryStat(final Category category)
|
public CategoryStat(final Category category)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue