Fixed old trace of another project.

This commit is contained in:
Christian P. MOMON 2017-04-28 00:07:55 +02:00
parent 27cd726adc
commit ee3d1e98c4
2 changed files with 2 additions and 3 deletions

View file

@ -30,8 +30,7 @@ import fr.devinsy.sikevadb.cli.SikevaDBCLI;
import fr.devinsy.sikevadb.demo.SikevaDBDemo; import fr.devinsy.sikevadb.demo.SikevaDBDemo;
/** /**
* This class Siba stands for Simple Backup. This is the main class. * This class <code>SikevaDB</code> is the launcher.
*
* *
*/ */
public final class SikevaDBLauncher public final class SikevaDBLauncher

View file

@ -158,7 +158,7 @@ public final class SikevaDBCLI
} }
catch (SikevaDBException exception) catch (SikevaDBException exception)
{ {
System.err.println("SibaException = " + exception.getMessage()); System.err.println("SikevaDBException = " + exception.getMessage());
logger.error(exception.getMessage(), exception); logger.error(exception.getMessage(), exception);
help(); help();
} }