Adjust @throws clause (but be careful not to add any information ;-)
This commit is contained in:
parent
f6b9841947
commit
cecd13f7d2
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue