You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A code:
return FileSystemStorage.getInstance().openInputStream(filename);
should throw IOException for not-existent file. Now it is open empty ImputStream.
A code:
return FileSystemStorage.getInstance().openInputStream(filename);
should throw IOException for not-existent file. Now it is open empty ImputStream.