Skip to content

Commit 82d062e

Browse files
committed
fix checkstyle error
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
1 parent fb82ca3 commit 82d062e

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

api/src/main/java/org/apache/cloudstack/api/command/admin/config/ListCfgsByCmd.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
import java.util.List;
2121

2222
import org.apache.cloudstack.api.APICommand;
23-
import org.apache.cloudstack.api.ApiArgValidator;
2423
import org.apache.cloudstack.api.ApiConstants;
2524
import org.apache.cloudstack.api.ApiErrorCode;
2625
import org.apache.cloudstack.api.BaseListCmd;

api/src/main/java/org/apache/cloudstack/api/command/admin/config/ResetCfgCmd.java

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,16 @@
2323
import org.apache.cloudstack.api.BaseCmd;
2424
import org.apache.cloudstack.api.Parameter;
2525
import org.apache.cloudstack.api.ServerApiException;
26-
import org.apache.cloudstack.api.response.ImageStoreResponse;
27-
import org.apache.cloudstack.api.response.ManagementServerResponse;
28-
import org.apache.cloudstack.framework.config.ConfigKey;
29-
3026
import org.apache.cloudstack.api.response.AccountResponse;
3127
import org.apache.cloudstack.api.response.ClusterResponse;
3228
import org.apache.cloudstack.api.response.ConfigurationResponse;
3329
import org.apache.cloudstack.api.response.DomainResponse;
30+
import org.apache.cloudstack.api.response.ImageStoreResponse;
31+
import org.apache.cloudstack.api.response.ManagementServerResponse;
3432
import org.apache.cloudstack.api.response.StoragePoolResponse;
3533
import org.apache.cloudstack.api.response.ZoneResponse;
3634
import org.apache.cloudstack.config.Configuration;
35+
import org.apache.cloudstack.framework.config.ConfigKey;
3736

3837
import com.cloud.user.Account;
3938
import com.cloud.utils.Pair;

api/src/main/java/org/apache/cloudstack/api/command/admin/config/UpdateCfgCmd.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@
1616
// under the License.
1717
package org.apache.cloudstack.api.command.admin.config;
1818

19-
import com.cloud.utils.crypt.DBEncryptionUtil;
2019
import org.apache.cloudstack.acl.RoleService;
21-
import org.apache.cloudstack.api.response.DomainResponse;
2220
import org.apache.cloudstack.api.APICommand;
2321
import org.apache.cloudstack.api.ApiArgValidator;
2422
import org.apache.cloudstack.api.ApiConstants;
@@ -29,6 +27,7 @@
2927
import org.apache.cloudstack.api.response.AccountResponse;
3028
import org.apache.cloudstack.api.response.ClusterResponse;
3129
import org.apache.cloudstack.api.response.ConfigurationResponse;
30+
import org.apache.cloudstack.api.response.DomainResponse;
3231
import org.apache.cloudstack.api.response.ImageStoreResponse;
3332
import org.apache.cloudstack.api.response.ManagementServerResponse;
3433
import org.apache.cloudstack.api.response.StoragePoolResponse;
@@ -37,6 +36,7 @@
3736
import org.apache.commons.lang3.StringUtils;
3837

3938
import com.cloud.user.Account;
39+
import com.cloud.utils.crypt.DBEncryptionUtil;
4040

4141
@APICommand(name = "updateConfiguration", description = "Updates a configuration.", responseObject = ConfigurationResponse.class,
4242
requestHasSensitiveInfo = false, responseHasSensitiveInfo = false)

0 commit comments

Comments
 (0)