Made Javadoc review.
This commit is contained in:
parent
2b5fb4489b
commit
89bb16ea66
4 changed files with 10 additions and 12 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
|
@ -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.
|
||||||
|
|
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue