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. * Htmlize organization type chart.
* *
* @param services * @param organizations
* the services * the organizations
* @return the string * @return the string
* @throws StatoolInfosException * @throws StatoolInfosException
* the statool infos exception * the statool infos exception

View file

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

View file

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

View file

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