Hi,
is it safe to use a unique FileSystemManager implementation instance for an application?
I understand it's static, and that there are no need for having several instances.
I'd like to configure a FileSystemManager as a Spring singleton and inject it in classes that needs it.
Is there anything wrong with that way of doing?
cheers
-nodje