From 18b2c3eecc0f1dd924d25cce28deed5dca65dccb Mon Sep 17 00:00:00 2001 From: "Christian P. MOMON" Date: Tue, 25 May 2021 16:30:44 +0200 Subject: [PATCH] Cleaned Javadoc. --- src/fr/devinsy/statoolinfos/htmlize/ChartHtmlizer.java | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/fr/devinsy/statoolinfos/htmlize/ChartHtmlizer.java b/src/fr/devinsy/statoolinfos/htmlize/ChartHtmlizer.java index b4dcd81..dd76142 100644 --- a/src/fr/devinsy/statoolinfos/htmlize/ChartHtmlizer.java +++ b/src/fr/devinsy/statoolinfos/htmlize/ChartHtmlizer.java @@ -365,10 +365,13 @@ public class ChartHtmlizer * the start * @param end * the end - * @param datasets - * the values + * @param dataset + * the dataset + * @param color + * the color * @return the string * @throws StatoolInfosException + * the statool infos exception */ public static String htmlizeMetricsChart(final YearMonth start, final YearMonth end, final MonthValues dataset, final ChartColor color) throws StatoolInfosException {