Address Checkstyle violation

This commit is contained in:
Andrew Gaul 2014-03-04 11:59:30 -08:00
parent 00847f9ffc
commit 04e6620fb9
1 changed files with 1 additions and 1 deletions

View File

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