Made Javadoc review.

This commit is contained in:
Christian P. MOMON 2023-02-27 18:18:01 +01:00
parent 2b5fb4489b
commit 89bb16ea66
4 changed files with 10 additions and 12 deletions

View file

@ -1099,8 +1099,8 @@ public class ChartHtmlizer
/**
* Htmlize organization type chart.
*
* @param services
* the services
* @param organizations
* the organizations
* @return the string
* @throws StatoolInfosException
* the statool infos exception

View file

@ -115,9 +115,11 @@ public class EtherpadLogProber
/**
* Probe.
*
* @param file
* the file
* @param files
* the files
* @return the path counters
* @throws IOException
* Signals that an I/O exception has occurred.
*/
public static PathCounters probe(final Files files) throws IOException
{

View file

@ -48,12 +48,8 @@ public class GSLProber
/**
* Probe.
*
* @param httpLogs
* the http logs
* @param httpLogRegex
* the http log regex
* @param dataPath
* the data path
* @param statsFile
* the stats file
* @return the path counters
* @throws IOException
* Signals that an I/O exception has occurred.

View file

@ -332,8 +332,8 @@ public class StatAgent
/**
* Stat organization type.
*
* @param organization
* the organization
* @param organizations
* the organizations
* @return the organization type stats
*/
public static OrganizationTypeStats statOrganizationType(final Organizations organizations)