diff --git a/src/fr/devinsy/statoolinfos/core/Service.java b/src/fr/devinsy/statoolinfos/core/Service.java index 5a41be5..eef7b20 100644 --- a/src/fr/devinsy/statoolinfos/core/Service.java +++ b/src/fr/devinsy/statoolinfos/core/Service.java @@ -218,8 +218,6 @@ public class Service extends PathPropertyList * * @param path * the path - * @param year - * the year * @return the metric */ public Metric getMetric(final String path) @@ -304,6 +302,11 @@ public class Service extends PathPropertyList return this.organization; } + /** + * Gets the property file name. + * + * @return the property file name + */ public String getPropertyFileName() { String result; diff --git a/src/fr/devinsy/statoolinfos/htmlize/PropertyFileCheckPage.java b/src/fr/devinsy/statoolinfos/htmlize/PropertyFileCheckPage.java index 3287ef9..6b8bb31 100644 --- a/src/fr/devinsy/statoolinfos/htmlize/PropertyFileCheckPage.java +++ b/src/fr/devinsy/statoolinfos/htmlize/PropertyFileCheckPage.java @@ -30,7 +30,7 @@ import fr.devinsy.xidyn.data.TagDataManager; import fr.devinsy.xidyn.presenters.PresenterUtils; /** - * The Class OrganizationPage. + * The Class PropertyFileCheckPage. */ public class PropertyFileCheckPage { @@ -39,14 +39,10 @@ public class PropertyFileCheckPage /** * Builds the. * - * @param stats - * the stats - * @param federationStats - * the federation stats - * @param organizationsStats - * the organizations stats - * @param servicesStats - * the services stats + * @param title + * the title + * @param checks + * the checks * @return the string * @throws StatoolInfosException * the statool infos exception diff --git a/src/fr/devinsy/statoolinfos/htmlize/PropertyStatsPage.java b/src/fr/devinsy/statoolinfos/htmlize/PropertyStatsPage.java index de3fc50..d8053d9 100644 --- a/src/fr/devinsy/statoolinfos/htmlize/PropertyStatsPage.java +++ b/src/fr/devinsy/statoolinfos/htmlize/PropertyStatsPage.java @@ -31,7 +31,7 @@ import fr.devinsy.xidyn.data.TagDataManager; import fr.devinsy.xidyn.presenters.PresenterUtils; /** - * The Class OrganizationPage. + * The Class PropertyStatsPage. */ public class PropertyStatsPage { @@ -40,14 +40,10 @@ public class PropertyStatsPage /** * Builds the. * + * @param title + * the title * @param stats * the stats - * @param federationStats - * the federation stats - * @param organizationsStats - * the organizations stats - * @param servicesStats - * the services stats * @return the string * @throws StatoolInfosException * the statool infos exception diff --git a/src/fr/devinsy/statoolinfos/htmlize/SocialNetworksPage.java b/src/fr/devinsy/statoolinfos/htmlize/SocialNetworksPage.java index 95141d4..5781be6 100644 --- a/src/fr/devinsy/statoolinfos/htmlize/SocialNetworksPage.java +++ b/src/fr/devinsy/statoolinfos/htmlize/SocialNetworksPage.java @@ -31,7 +31,7 @@ import fr.devinsy.xidyn.data.TagDataManager; import fr.devinsy.xidyn.presenters.PresenterUtils; /** - * The Class SocialNetworks. + * The Class SocialNetworksPage. */ public class SocialNetworksPage { @@ -40,8 +40,10 @@ public class SocialNetworksPage /** * Builds the. * - * @param federation - * the federation + * @param title + * the title + * @param organizations + * the organizations * @return the string * @throws StatoolInfosException * the statool infos exception diff --git a/src/fr/devinsy/statoolinfos/htmlize/probes/HttpAccessLogProber.java b/src/fr/devinsy/statoolinfos/htmlize/probes/HttpAccessLogProber.java index 8e26e59..04b7765 100644 --- a/src/fr/devinsy/statoolinfos/htmlize/probes/HttpAccessLogProber.java +++ b/src/fr/devinsy/statoolinfos/htmlize/probes/HttpAccessLogProber.java @@ -51,10 +51,12 @@ public class HttpAccessLogProber } /** - * Stat. + * Probe. * - * @param configuration - * the configuration + * @param source + * the source + * @param target + * the target * @throws IOException * Signals that an I/O exception has occurred. * @throws StatoolInfosException @@ -118,8 +120,8 @@ public class HttpAccessLogProber /** * Probe. * - * @param counter - * the counter + * @param counters + * the counters * @param line * the line */ diff --git a/src/fr/devinsy/statoolinfos/htmlize/probes/HttpErrorLogProber.java b/src/fr/devinsy/statoolinfos/htmlize/probes/HttpErrorLogProber.java index f44a75c..e81657c 100644 --- a/src/fr/devinsy/statoolinfos/htmlize/probes/HttpErrorLogProber.java +++ b/src/fr/devinsy/statoolinfos/htmlize/probes/HttpErrorLogProber.java @@ -51,10 +51,12 @@ public class HttpErrorLogProber } /** - * Stat. + * Probe. * - * @param configuration - * the configuration + * @param source + * the source + * @param target + * the target * @throws IOException * Signals that an I/O exception has occurred. * @throws StatoolInfosException @@ -118,8 +120,8 @@ public class HttpErrorLogProber /** * Probe. * - * @param counter - * the counter + * @param counters + * the counters * @param line * the line */