mirror of https://github.com/apache/jclouds.git
Boolean -> boolean
This commit is contained in:
parent
b9bef78fc8
commit
a0c383334e
|
@ -96,7 +96,7 @@ public interface ServerApi {
|
||||||
* id of the server
|
* id of the server
|
||||||
* @return True if successful, False otherwise
|
* @return True if successful, False otherwise
|
||||||
*/
|
*/
|
||||||
Boolean delete(String id);
|
boolean delete(String id);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Start a server
|
* Start a server
|
||||||
|
|
Loading…
Reference in New Issue