update data to the latest version

This commit is contained in:
lionsoul 2016-04-10 12:15:35 +08:00
parent 6bf163230b
commit 9a4b450ab8
2 changed files with 6 additions and 3 deletions

View File

@ -9,15 +9,18 @@ public class DbMakerConfigException extends Exception
{
private static final long serialVersionUID = 4495714680349884838L;
public DbMakerConfigException( String info ) {
public DbMakerConfigException( String info )
{
super(info);
}
public DbMakerConfigException( Throwable res ) {
public DbMakerConfigException( Throwable res )
{
super(res);
}
public DbMakerConfigException( String info, Throwable res ) {
public DbMakerConfigException( String info, Throwable res )
{
super(info, res);
}
}

Binary file not shown.