Fixed old trace of another project.
This commit is contained in:
parent
27cd726adc
commit
ee3d1e98c4
2 changed files with 2 additions and 3 deletions
|
@ -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
|
||||||
|
|
|
@ -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();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue