Skip to content

Commit 36896a1

Browse files
committed
fixed linter issue
1 parent d642da5 commit 36896a1

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
lines changed

javav2/example_code/autoscale/src/main/java/com/example/autoscaling/scenario/CloudFormationHelper.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
// SPDX-License-Identifier: Apache-2.0
3+
14
package com.example.autoscaling.scenario;
25

36
import org.slf4j.Logger;

javav2/example_code/autoscale/src/test/java/AutoScaleTest.java

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,11 @@
11
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
22
// SPDX-License-Identifier: Apache-2.0
33

4-
import static org.junit.jupiter.api.Assertions.assertDoesNotThrow;
54
import static org.junit.jupiter.api.Assertions.assertFalse;
65
import com.example.autoscaling.scenario.AutoScalingScenario;
7-
import com.example.autoscaling.CreateAutoScalingGroup;
8-
import com.example.autoscaling.DeleteAutoScalingGroup;
9-
import com.example.autoscaling.DescribeAutoScalingInstances;
10-
import com.example.autoscaling.DetachInstances;
116
import com.example.autoscaling.scenario.CloudFormationHelper;
12-
import com.google.gson.Gson;
137
import org.junit.jupiter.api.BeforeAll;
14-
import org.junit.jupiter.api.DisplayName;
158
import org.junit.jupiter.api.MethodOrderer;
16-
import org.junit.jupiter.api.Nested;
179
import org.junit.jupiter.api.Order;
1810
import org.junit.jupiter.api.Tag;
1911
import org.junit.jupiter.api.Test;
@@ -25,9 +17,6 @@
2517
import java.util.Random;
2618
import software.amazon.awssdk.regions.Region;
2719
import software.amazon.awssdk.services.ec2.Ec2Client;
28-
import software.amazon.awssdk.services.secretsmanager.SecretsManagerClient;
29-
import software.amazon.awssdk.services.secretsmanager.model.GetSecretValueRequest;
30-
import software.amazon.awssdk.services.secretsmanager.model.GetSecretValueResponse;
3120

3221
/**
3322
* To run these integration tests, you must set the required values

0 commit comments

Comments
 (0)