Expose force close
This commit is contained in:
parent
2f71aac235
commit
f1c2e4eb7a
|
@ -28,7 +28,10 @@ public class StorageUtils {
|
|||
public StorageUtils() {
|
||||
client=getClient();
|
||||
}
|
||||
|
||||
|
||||
public void forceClose(){
|
||||
client.forceClose();
|
||||
}
|
||||
|
||||
public TempFile putOntoStorage(InputStream source,String filename) throws RemoteBackendException, FileNotFoundException{
|
||||
log.debug("Uploading source "+filename);
|
||||
|
|
Loading…
Reference in New Issue