diff --git a/src/fr/devinsy/statoolinfos/htmlize/Htmlizer.java b/src/fr/devinsy/statoolinfos/htmlize/Htmlizer.java
index 804dc4a..743cd73 100644
--- a/src/fr/devinsy/statoolinfos/htmlize/Htmlizer.java
+++ b/src/fr/devinsy/statoolinfos/htmlize/Htmlizer.java
@@ -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
diff --git a/src/fr/devinsy/statoolinfos/htmlize/charts/ChartColors.java b/src/fr/devinsy/statoolinfos/htmlize/charts/ChartColors.java
index a64ba7a..5088688 100644
--- a/src/fr/devinsy/statoolinfos/htmlize/charts/ChartColors.java
+++ b/src/fr/devinsy/statoolinfos/htmlize/charts/ChartColors.java
@@ -38,11 +38,10 @@ public class ChartColors extends ArrayList
}
/**
- * From.
+ * Adds the all.
*
* @param colors
* the colors
- * @return the chart colors
*/
public void addAll(final ChartColor[] colors)
{
diff --git a/src/fr/devinsy/statoolinfos/metrics/TimeMark.java b/src/fr/devinsy/statoolinfos/metrics/TimeMark.java
index 073bf30..14c2480 100644
--- a/src/fr/devinsy/statoolinfos/metrics/TimeMark.java
+++ b/src/fr/devinsy/statoolinfos/metrics/TimeMark.java
@@ -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)
{
diff --git a/src/fr/devinsy/statoolinfos/metrics/http/HttpAccessLogAnalyzer.java b/src/fr/devinsy/statoolinfos/metrics/http/HttpAccessLogAnalyzer.java
index a4497fb..bc046f8 100644
--- a/src/fr/devinsy/statoolinfos/metrics/http/HttpAccessLogAnalyzer.java
+++ b/src/fr/devinsy/statoolinfos/metrics/http/HttpAccessLogAnalyzer.java
@@ -115,10 +115,8 @@ public class HttpAccessLogAnalyzer
}
/**
- * Probe.
+ * Probe line.
*
- * @param counters
- * the counters
* @param line
* the line
*/
diff --git a/src/fr/devinsy/statoolinfos/metrics/http/HttpErrorLogAnalyzer.java b/src/fr/devinsy/statoolinfos/metrics/http/HttpErrorLogAnalyzer.java
index 6b81ed4..1bab342 100644
--- a/src/fr/devinsy/statoolinfos/metrics/http/HttpErrorLogAnalyzer.java
+++ b/src/fr/devinsy/statoolinfos/metrics/http/HttpErrorLogAnalyzer.java
@@ -100,10 +100,8 @@ public class HttpErrorLogAnalyzer
}
/**
- * Probe.
+ * Probe line.
*
- * @param counters
- * the counters
* @param line
* the line
*/
diff --git a/src/fr/devinsy/statoolinfos/metrics/http/IpCounters.java b/src/fr/devinsy/statoolinfos/metrics/http/IpCounters.java
index af99ed9..47cab31 100644
--- a/src/fr/devinsy/statoolinfos/metrics/http/IpCounters.java
+++ b/src/fr/devinsy/statoolinfos/metrics/http/IpCounters.java
@@ -41,11 +41,9 @@ public class IpCounters extends HashMap
/**
* 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)
{
diff --git a/src/fr/devinsy/statoolinfos/metrics/http/VisitCounters.java b/src/fr/devinsy/statoolinfos/metrics/http/VisitCounters.java
index 451d622..6c7ed63 100644
--- a/src/fr/devinsy/statoolinfos/metrics/http/VisitCounters.java
+++ b/src/fr/devinsy/statoolinfos/metrics/http/VisitCounters.java
@@ -53,10 +53,8 @@ public class VisitCounters extends HashMap
/**
* Compute key.
*
- * @param path
- * the path
- * @param timeMark
- * the time mark
+ * @param log
+ * the log
* @return the string
*/
public String computeKey(final HttpAccessLog log)
diff --git a/src/fr/devinsy/statoolinfos/metrics/http/Visits.java b/src/fr/devinsy/statoolinfos/metrics/http/Visits.java
index b181e5e..d3ab719 100644
--- a/src/fr/devinsy/statoolinfos/metrics/http/Visits.java
+++ b/src/fr/devinsy/statoolinfos/metrics/http/Visits.java
@@ -184,10 +184,8 @@ public class Visits extends ArrayList
/**
* Count.
*
- * @param year
- * the year
- * @param week
- * the week
+ * @param yearWeek
+ * the year week
* @return the long
*/
public long count(final YearWeek yearWeek)