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. * Htmlize.
* *
* @param services * @param federation
* the services * the federation
* @param journal * @param journal
* the journal * the journal
* @return the string * @return the string
* @throws StatoolInfosException * @throws StatoolInfosException
* the statool infos exception * the statool infos exception
* @throws IOException * @throws IOException
* Signals that an I/O exception has occurred.
*/ */
public static String htmlize(final Federation federation, final UptimeJournal journal) throws StatoolInfosException, IOException public static String htmlize(final Federation federation, final UptimeJournal journal) throws StatoolInfosException, IOException
{ {

View file

@ -46,11 +46,18 @@ public class OrganizationMetricGenericPage
/** /**
* Builds the. * Builds the.
* *
* @param htmlizeDirectory
* the htmlize directory
* @param organization * @param organization
* the service * the organization
* @return the string * @param view
* the view
* @param period
* the period
* @throws StatoolInfosException * @throws StatoolInfosException
* the statool infos exception * 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 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); private static Logger logger = LoggerFactory.getLogger(OrganizationMetricSummaryPage.class);
/** /**
* Htmlize. * Builds the.
* *
* @param htmlizeDirectory
* the htmlize directory
* @param organization * @param organization
* the organization * the organization
* @return the string * @param view
* the view
* @param period
* the period
* @throws StatoolInfosException * @throws StatoolInfosException
* the statool infos exception * the statool infos exception
* @throws IOException * @throws IOException

View file

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

View file

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

View file

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