mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-19 15:54:52 +01:00
updated javadoc
Former-commit-id: 2818f04997c8fa1c81c8e9bddaea0e9370b76350
This commit is contained in:
@@ -181,6 +181,7 @@ public class DatabaseUpdater implements CachedWebDataSource {
|
|||||||
* @throws IOException is thrown if there is a ioexception
|
* @throws IOException is thrown if there is a ioexception
|
||||||
* @throws SQLException is thrown if there is a sql exception
|
* @throws SQLException is thrown if there is a sql exception
|
||||||
* @throws DatabaseException is thrown if there is a database exception
|
* @throws DatabaseException is thrown if there is a database exception
|
||||||
|
* @throws ClassNotFoundException thrown if the h2 database driver cannot be loaded
|
||||||
*/
|
*/
|
||||||
private void importXML(File file, File oldVersion)
|
private void importXML(File file, File oldVersion)
|
||||||
throws ParserConfigurationException, SAXException, IOException, SQLException, DatabaseException, ClassNotFoundException {
|
throws ParserConfigurationException, SAXException, IOException, SQLException, DatabaseException, ClassNotFoundException {
|
||||||
|
|||||||
Reference in New Issue
Block a user