From cecd13f7d200a2519d6c246ed8ab138ebb0b1279 Mon Sep 17 00:00:00 2001 From: hns Date: Wed, 11 Feb 2004 15:07:14 +0000 Subject: [PATCH] Adjust @throws clause (but be careful not to add any information ;-) --- src/helma/objectmodel/db/XmlDatabase.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/helma/objectmodel/db/XmlDatabase.java b/src/helma/objectmodel/db/XmlDatabase.java index c7297cb7..3fd835dd 100644 --- a/src/helma/objectmodel/db/XmlDatabase.java +++ b/src/helma/objectmodel/db/XmlDatabase.java @@ -138,7 +138,7 @@ public final class XmlDatabase implements IDatabase { * @param txn ... * @param idgen ... * - * @throws Exception ... + * @throws IOException ... */ public void saveIDGenerator(ITransaction txn, IDGenerator idgen) throws IOException {