Sync with L2jServer HighFive Jul 30th 2015.

This commit is contained in:
MobiusDev
2015-07-30 20:47:48 +00:00
parent b3531f47c1
commit 6185db8d5f
27 changed files with 252 additions and 258 deletions

View File

@ -88,7 +88,6 @@ final class C3P0ConnectionFactory extends AbstractConnectionFactory
}
catch (PropertyVetoException e)
{
// TODO Auto-generated catch block
e.printStackTrace();
}
_dataSource.setJdbcUrl(Config.DATABASE_URL);
@ -102,7 +101,6 @@ final class C3P0ConnectionFactory extends AbstractConnectionFactory
}
catch (SQLException e)
{
// TODO Auto-generated catch block
e.printStackTrace();
}