We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be404ef commit d389a94Copy full SHA for d389a94
javav2/example_code/inspector/src/main/java/com/java/inspector/InspectorScenario.java
@@ -21,7 +21,6 @@ public class InspectorScenario {
21
22
static Scanner scanner = new Scanner(System.in);
23
public static void main(String[] args) {
24
-
25
InspectorActions inspectorActions = new InspectorActions();
26
Inspector2Client inspectorClient = Inspector2Client.builder()
27
.region(Region.US_EAST_1)
0 commit comments