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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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