diff --git a/src/fr/devinsy/statoolinfos/htmlize/ChartHtmlizer.java b/src/fr/devinsy/statoolinfos/htmlize/ChartHtmlizer.java
index 10488c8..c17c36e 100644
--- a/src/fr/devinsy/statoolinfos/htmlize/ChartHtmlizer.java
+++ b/src/fr/devinsy/statoolinfos/htmlize/ChartHtmlizer.java
@@ -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
diff --git a/src/fr/devinsy/statoolinfos/metrics/etherpad/EtherpadLogProber.java b/src/fr/devinsy/statoolinfos/metrics/etherpad/EtherpadLogProber.java
index c5654c9..d435a3d 100644
--- a/src/fr/devinsy/statoolinfos/metrics/etherpad/EtherpadLogProber.java
+++ b/src/fr/devinsy/statoolinfos/metrics/etherpad/EtherpadLogProber.java
@@ -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
{
diff --git a/src/fr/devinsy/statoolinfos/metrics/gsl/GSLProber.java b/src/fr/devinsy/statoolinfos/metrics/gsl/GSLProber.java
index 84543a8..87b9047 100644
--- a/src/fr/devinsy/statoolinfos/metrics/gsl/GSLProber.java
+++ b/src/fr/devinsy/statoolinfos/metrics/gsl/GSLProber.java
@@ -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.
diff --git a/src/fr/devinsy/statoolinfos/stats/StatAgent.java b/src/fr/devinsy/statoolinfos/stats/StatAgent.java
index 52289a7..98f191e 100644
--- a/src/fr/devinsy/statoolinfos/stats/StatAgent.java
+++ b/src/fr/devinsy/statoolinfos/stats/StatAgent.java
@@ -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)