mirror of https://github.com/apache/jclouds.git
Fixed provate chef unit tests
This commit is contained in:
parent
b88516fedc
commit
194cd906ce
|
@ -92,7 +92,7 @@ import com.google.common.util.concurrent.ListenableFuture;
|
|||
@Headers(keys = "X-Chef-Version", values = "{" + Constants.PROPERTY_API_VERSION + "}")
|
||||
@Consumes(MediaType.APPLICATION_JSON)
|
||||
public interface ChefAsyncClient {
|
||||
public static final String VERSION = "0.10.8";
|
||||
public static final String VERSION = "0.9.8";
|
||||
|
||||
/**
|
||||
* @see ChefClient#getUploadSandboxForChecksums(Set)
|
||||
|
|
Loading…
Reference in New Issue