Made Javadoc review.

This commit is contained in:
Christian P. MOMON 2021-06-10 16:03:50 +02:00
parent 99d0ae0cd9
commit 07b337aac0
7 changed files with 22 additions and 20 deletions

View file

@ -1,3 +0,0 @@
#Build Number for ANT. Do not edit!
#Sun Sep 13 02:31:30 CEST 2020
build.number=0

View file

@ -62,14 +62,15 @@ public class FederationUptimePage
/**
* Htmlize.
*
* @param services
* the services
* @param federation
* the federation
* @param journal
* the journal
* @return the string
* @throws StatoolInfosException
* the statool infos exception
* @throws IOException
* Signals that an I/O exception has occurred.
*/
public static String htmlize(final Federation federation, final UptimeJournal journal) throws StatoolInfosException, IOException
{

View file

@ -46,11 +46,18 @@ public class OrganizationMetricGenericPage
/**
* 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
{

View file

@ -44,11 +44,16 @@ public class OrganizationMetricSummaryPage
private static Logger logger = LoggerFactory.getLogger(OrganizationMetricSummaryPage.class);
/**
* Htmlize.
* Builds the.
*
* @param htmlizeDirectory
* the htmlize directory
* @param organization
* the organization
* @return the string
* @param view
* the view
* @param period
* the period
* @throws StatoolInfosException
* the statool infos exception
* @throws IOException

View file

@ -41,8 +41,6 @@ public final class UserAgentStat
/**
* Instantiates a new user agent stat.
*
* @param ip
* the ip
* @param userAgent
* the user agent
*/

View file

@ -25,7 +25,6 @@ import org.slf4j.LoggerFactory;
import fr.devinsy.statoolinfos.metrics.http.HttpAccessLog;
// TODO: Auto-generated Javadoc
/**
* The Class UserAgents.
*/
@ -46,10 +45,8 @@ public final class UserAgentStatSet extends HashMap<String, UserAgentStat>
/**
* Put.
*
* @param ip
* the ip
* @param userAgent
* the user agent
* @param log
* the log
*/
public void put(final HttpAccessLog log)
{

View file

@ -34,10 +34,7 @@ public class UptimeStat
private UptimeStatus last;
/**
* Instantiates a new uptime check.
*
* @param url
* the url
* Instantiates a new uptime stat.
*/
public UptimeStat()
{