re PR libgcj/20958 (Compile Errors In two files in gnu.gcj)
2005-04-12 Aaron Luchko <aluchko@redhat.com> PR libgcj/20958 * gnu/gcj/runtime/PersistentByteMap.java (close): Throw IOException. * gnu/gcj/tools/gcj_dbtool/Main.java (addJar): Make 'length' an int. From-SVN: r98053
This commit is contained in:
committed by
Bryce McKinlay
parent
c6abe94dc1
commit
ea1194ab2c
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user