mirror of https://github.com/apache/jclouds.git
Add missing import
Regression from c5d845d368adf01909fd8ab5eeb824f7c44fb69e.
This commit is contained in:
parent
61fb3ec145
commit
4ef28251c5
|
@ -16,6 +16,8 @@
|
|||
*/
|
||||
package org.jclouds.docker.suppliers;
|
||||
|
||||
import static com.google.common.base.Preconditions.checkNotNull;
|
||||
|
||||
import com.google.common.base.Supplier;
|
||||
|
||||
import org.jclouds.domain.Credentials;
|
||||
|
|
Loading…
Reference in New Issue