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.
|
||||
*
|
||||
* @param services
|
||||
* the services
|
||||
* @param organizations
|
||||
* the organizations
|
||||
* @return the string
|
||||
* @throws StatoolInfosException
|
||||
* the statool infos exception
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue