mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-07-16 13:33:11 +02:00
refactor: replace removed Guava API calls
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user