Cleaned Javadoc.

This commit is contained in:
Christian P. MOMON 2021-05-25 16:30:44 +02:00
parent ae36d922f4
commit 18b2c3eecc

View file

@ -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
{