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
dCache code base heavily uses Googl's guava library. However, newer JDK releases providing similar functionality. For instance, com.google.common.io.Files can be replaced with java.nio.file.Files to reduce dependency on external library.