diff --git a/src/fr/devinsy/statoolinfos/metrics/privatebin/PrivatebinDataAnalyzer.java b/src/fr/devinsy/statoolinfos/metrics/privatebin/PrivatebinDataAnalyzer.java index 40d9446..65710cb 100644 --- a/src/fr/devinsy/statoolinfos/metrics/privatebin/PrivatebinDataAnalyzer.java +++ b/src/fr/devinsy/statoolinfos/metrics/privatebin/PrivatebinDataAnalyzer.java @@ -48,8 +48,9 @@ public class PrivatebinDataAnalyzer /** * Probe. * - * @param httpAccessLogs - * the source + * @param dataDirectory + * the data directory + * @return the path counters * @throws IOException * Signals that an I/O exception has occurred. * @throws StatoolInfosException diff --git a/src/fr/devinsy/statoolinfos/metrics/privatebin/PrivatebinProber.java b/src/fr/devinsy/statoolinfos/metrics/privatebin/PrivatebinProber.java index 52482f4..ff0c488 100644 --- a/src/fr/devinsy/statoolinfos/metrics/privatebin/PrivatebinProber.java +++ b/src/fr/devinsy/statoolinfos/metrics/privatebin/PrivatebinProber.java @@ -44,12 +44,17 @@ public class PrivatebinProber /** * Probe. * - * @param logs - * the logs - * @param databaseConfig - * the database config - * @throws StatoolInfosException + * @param httpLogs + * the http logs + * @param httpLogRegex + * the http log regex + * @param dataPath + * the data path + * @return the path counters * @throws IOException + * Signals that an I/O exception has occurred. + * @throws StatoolInfosException + * the statool infos exception */ public static PathCounters probe(final String httpLogs, final String httpLogRegex, final File dataPath) throws IOException, StatoolInfosException {