refactor: replace removed Guava API calls

This commit is contained in:
broDom
2017-07-05 21:23:28 +02:00
parent 1da3c7436c
commit 46f5002f29
54 changed files with 410 additions and 436 deletions

View File

@@ -45,6 +45,7 @@ import java.io.IOException;
import java.net.URL;
import java.util.Collections;
import java.util.Enumeration;
import java.util.Iterator;
@@ -109,7 +110,7 @@ public final class CacheConfigurations
if (it == null)
{
it = Iterators.emptyIterator();
it = Collections.emptyIterator();
}
return it;