Adjust @throws clause (but be careful not to add any information ;-)

This commit is contained in:
hns 2004-02-11 15:07:14 +00:00
parent f6b9841947
commit cecd13f7d2

View file

@ -138,7 +138,7 @@ public final class XmlDatabase implements IDatabase {
* @param txn ... * @param txn ...
* @param idgen ... * @param idgen ...
* *
* @throws Exception ... * @throws IOException ...
*/ */
public void saveIDGenerator(ITransaction txn, IDGenerator idgen) public void saveIDGenerator(ITransaction txn, IDGenerator idgen)
throws IOException { throws IOException {