diff --git a/src/fr/devinsy/statoolinfos/htmlize/BreadcrumbTrail.java b/src/fr/devinsy/statoolinfos/htmlize/BreadcrumbTrail.java index e88bc9e..a136ae2 100644 --- a/src/fr/devinsy/statoolinfos/htmlize/BreadcrumbTrail.java +++ b/src/fr/devinsy/statoolinfos/htmlize/BreadcrumbTrail.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christian Pierre MOMON + * Copyright (C) 2020-2021 Christian Pierre MOMON * * This file is part of StatoolInfos, simple service statistics tool. * @@ -57,8 +57,6 @@ public class BreadcrumbTrail extends ArrayList * * @param label * the label - * @param link - * the link * @return the breadcrumb trail */ public BreadcrumbTrail add(final String label) diff --git a/src/fr/devinsy/statoolinfos/htmlize/OrganizationMetricSpecificPage.java b/src/fr/devinsy/statoolinfos/htmlize/OrganizationMetricSpecificPage.java index f227bd3..e03ed92 100644 --- a/src/fr/devinsy/statoolinfos/htmlize/OrganizationMetricSpecificPage.java +++ b/src/fr/devinsy/statoolinfos/htmlize/OrganizationMetricSpecificPage.java @@ -45,11 +45,18 @@ public class OrganizationMetricSpecificPage /** * Builds the. * + * @param htmlizeDirectory + * the htmlize directory * @param organization - * the service - * @return the string + * the organization + * @param view + * the view + * @param period + * the period * @throws StatoolInfosException * the statool infos exception + * @throws IOException + * Signals that an I/O exception has occurred. */ public static void build(final File htmlizeDirectory, final Organization organization, final ViewMenu view, final PeriodMenu period) throws StatoolInfosException, IOException { diff --git a/src/fr/devinsy/statoolinfos/htmlize/PropertyFileCheckView.java b/src/fr/devinsy/statoolinfos/htmlize/PropertyFileCheckView.java index f2560d5..3e12cbe 100644 --- a/src/fr/devinsy/statoolinfos/htmlize/PropertyFileCheckView.java +++ b/src/fr/devinsy/statoolinfos/htmlize/PropertyFileCheckView.java @@ -113,10 +113,8 @@ public class PropertyFileCheckView } /** - * Builds the. + * Htmlize. * - * @param title - * the title * @param checks * the checks * @return the string