Add missing import

Regression from c5d845d368adf01909fd8ab5eeb824f7c44fb69e.
This commit is contained in:
Andrew Gaul 2016-05-23 20:26:01 -07:00
parent 61fb3ec145
commit 4ef28251c5
1 changed files with 2 additions and 0 deletions

View File

@ -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;