[STYLE] correction
This commit is contained in:
parent
15fd0d8505
commit
4e00a71c25
@ -95,10 +95,9 @@ public class Logger {
|
|||||||
Log.print(" --log-no-color Disable color in log (default)");
|
Log.print(" --log-no-color Disable color in log (default)");
|
||||||
Log.print("");
|
Log.print("");
|
||||||
}
|
}
|
||||||
/**
|
|
||||||
* Initialize the library with generic argument in command line
|
/** Initialize the library with generic argument in command line
|
||||||
* @param args list of argument that are filtered after
|
* @param args list of argument that are filtered after */
|
||||||
*/
|
|
||||||
public static void init(List<String> args) {
|
public static void init(List<String> args) {
|
||||||
if (isInit)
|
if (isInit)
|
||||||
return;
|
return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user