Made Javadoc review.
This commit is contained in:
parent
aaa18e432b
commit
670375a6da
3 changed files with 11 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (C) 2020 Christian Pierre MOMON <christian@momon.org>
|
||||
* Copyright (C) 2020-2021 Christian Pierre MOMON <christian@momon.org>
|
||||
*
|
||||
* This file is part of StatoolInfos, simple service statistics tool.
|
||||
*
|
||||
|
@ -57,8 +57,6 @@ public class BreadcrumbTrail extends ArrayList<Breadcrumb>
|
|||
*
|
||||
* @param label
|
||||
* the label
|
||||
* @param link
|
||||
* the link
|
||||
* @return the breadcrumb trail
|
||||
*/
|
||||
public BreadcrumbTrail add(final String label)
|
||||
|
|
|
@ -45,11 +45,18 @@ public class OrganizationMetricSpecificPage
|
|||
/**
|
||||
* Builds the.
|
||||
*
|
||||
* @param htmlizeDirectory
|
||||
* the htmlize directory
|
||||
* @param organization
|
||||
* the service
|
||||
* @return the string
|
||||
* the organization
|
||||
* @param view
|
||||
* the view
|
||||
* @param period
|
||||
* the period
|
||||
* @throws StatoolInfosException
|
||||
* the statool infos exception
|
||||
* @throws IOException
|
||||
* Signals that an I/O exception has occurred.
|
||||
*/
|
||||
public static void build(final File htmlizeDirectory, final Organization organization, final ViewMenu view, final PeriodMenu period) throws StatoolInfosException, IOException
|
||||
{
|
||||
|
|
|
@ -113,10 +113,8 @@ public class PropertyFileCheckView
|
|||
}
|
||||
|
||||
/**
|
||||
* Builds the.
|
||||
* Htmlize.
|
||||
*
|
||||
* @param title
|
||||
* the title
|
||||
* @param checks
|
||||
* the checks
|
||||
* @return the string
|
||||
|
|
Loading…
Reference in a new issue