Imported GNU Classpath gcj-import-20051117.
* gnu/java/net/protocol/file/Connection.java: Removed, fully merged.
* sources.am: Regenerated.
* Makefile.in: Likewise.
From-SVN: r107153
This commit is contained in:
@@ -1612,6 +1612,18 @@ public class OrbFunctional extends OrbRestricted
|
||||
// TODO log it.
|
||||
return;
|
||||
}
|
||||
finally
|
||||
{
|
||||
try
|
||||
{
|
||||
if (service!=null && !service.isClosed())
|
||||
service.close();
|
||||
}
|
||||
catch (IOException ioex)
|
||||
{
|
||||
// OK.
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user