summaryrefslogtreecommitdiffstats
path: root/libjava/gnu/gcj/runtime
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/gnu/gcj/runtime')
-rw-r--r--libjava/gnu/gcj/runtime/PersistentByteMap.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/gnu/gcj/runtime/PersistentByteMap.java b/libjava/gnu/gcj/runtime/PersistentByteMap.java
index a20f5b8ab2b..a2b91da84fa 100644
--- a/libjava/gnu/gcj/runtime/PersistentByteMap.java
+++ b/libjava/gnu/gcj/runtime/PersistentByteMap.java
@@ -452,7 +452,7 @@ public class PersistentByteMap
// Close the map. Once this has been done, the map can no longer be
// used.
- public void close()
+ public void close() throws IOException
{
force();
fc.close();
OpenPOWER on IntegriCloud