mirror of https://github.com/apache/jclouds.git
Address Checkstyle violation
This commit is contained in:
parent
00847f9ffc
commit
04e6620fb9
|
@ -200,7 +200,7 @@ public class CreateServerOptions implements MapBinder {
|
|||
server.availabilityZone = availabilityZone;
|
||||
if (userData != null)
|
||||
server.user_data = base64().encode(userData);
|
||||
if (configDrive == true)
|
||||
if (configDrive)
|
||||
server.configDrive = "true";
|
||||
if (securityGroupNames.size() > 0) {
|
||||
server.securityGroupNames = Sets.newLinkedHashSet();
|
||||
|
|
Loading…
Reference in New Issue