[STYLE] correction

This commit is contained in:
Edouard DUPIN 2020-09-08 22:49:00 +02:00
parent 15fd0d8505
commit 4e00a71c25
2 changed files with 6 additions and 7 deletions

View File

@ -95,10 +95,9 @@ public class Logger {
Log.print(" --log-no-color Disable color in log (default)");
Log.print("");
}
/**
* Initialize the library with generic argument in command line
* @param args list of argument that are filtered after
*/
/** Initialize the library with generic argument in command line
* @param args list of argument that are filtered after */
public static void init(List<String> args) {
if (isInit)
return;