updated javadoc

Former-commit-id: 2818f04997c8fa1c81c8e9bddaea0e9370b76350
This commit is contained in:
Jeremy Long
2013-05-27 20:01:47 -04:00
parent 870d345de8
commit b1a55e2df3

View File

@@ -181,6 +181,7 @@ public class DatabaseUpdater implements CachedWebDataSource {
* @throws IOException is thrown if there is a ioexception
* @throws SQLException is thrown if there is a sql 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)
throws ParserConfigurationException, SAXException, IOException, SQLException, DatabaseException, ClassNotFoundException {