Made a Javadoc review.

This commit is contained in:
Christian P. MOMON 2021-03-01 03:42:48 +01:00
parent abf0aebedf
commit a957413bc2
8 changed files with 17 additions and 32 deletions

View file

@ -588,10 +588,10 @@ public class Htmlizer
}
/**
* Htmlize service count chart.
* Htmlize service count month chart.
*
* @param services
* the services
* @param federation
* the federation
* @return the string
* @throws StatoolInfosException
* the statool infos exception
@ -669,12 +669,12 @@ public class Htmlizer
}
/**
* Htmlize service count chart.
* Htmlize service count month chart.
*
* @param services
* the services
* @param start
* the start
* @param first
* the first
* @return the string
* @throws StatoolInfosException
* the statool infos exception
@ -982,8 +982,6 @@ public class Htmlizer
/**
* Htmlize software distribution chart.
*
* @param services
* the services
* @return the string
* @throws StatoolInfosException
* the statool infos exception

View file

@ -38,11 +38,10 @@ public class ChartColors extends ArrayList<ChartColor>
}
/**
* From.
* Adds the all.
*
* @param colors
* the colors
* @return the chart colors
*/
public void addAll(final ChartColor[] colors)
{

View file

@ -38,12 +38,10 @@ public class TimeMark
private String value;
/**
* Instantiates a new path counter.
* Instantiates a new time mark.
*
* @param path
* the path
* @param timeMark
* the time mark
* @param value
* the value
*/
public TimeMark(final String value)
{

View file

@ -115,10 +115,8 @@ public class HttpAccessLogAnalyzer
}
/**
* Probe.
* Probe line.
*
* @param counters
* the counters
* @param line
* the line
*/

View file

@ -100,10 +100,8 @@ public class HttpErrorLogAnalyzer
}
/**
* Probe.
* Probe line.
*
* @param counters
* the counters
* @param line
* the line
*/

View file

@ -41,11 +41,9 @@ public class IpCounters extends HashMap<String, StringSet>
/**
* Gets the.
*
* @param path
* the path
* @param timeMark
* the time mark
* @return the path counter
* @return the string set
*/
public StringSet get(final String timeMark)
{

View file

@ -53,10 +53,8 @@ public class VisitCounters extends HashMap<String, Visits>
/**
* Compute key.
*
* @param path
* the path
* @param timeMark
* the time mark
* @param log
* the log
* @return the string
*/
public String computeKey(final HttpAccessLog log)

View file

@ -184,10 +184,8 @@ public class Visits extends ArrayList<Visit>
/**
* Count.
*
* @param year
* the year
* @param week
* the week
* @param yearWeek
* the year week
* @return the long
*/
public long count(final YearWeek yearWeek)