Skip to content

Commit 299fdb4

Browse files
committed
update spec
1 parent 3add2df commit 299fdb4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

javav2/example_code/inspector/src/test/java/InspectorTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public void testHelloService() {
3838
HelloInspector.listRecentFindings(inspector);
3939
HelloInspector.showUsageTotals(inspector);
4040
});
41-
System.out.println("Test 1 passed");
41+
System.out.println("Test 1 passed");
4242
}
4343

4444
@Test

scenarios/basics/inspector/SPECIFICATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Amazon Inspector Specification
22

3-
This document contains the specification for the *Amazon Inspector Basics Scenario*, based on the implemented Java code examples in `javav2/example_code/Inspector/`. The specification describes the actual code example scenario that demonstrates Amazon Inspector V2 vulnerability management capabilities using the AWS SDK for Java V2.
3+
This document contains the specification for the *Amazon Inspector Basics Scenario*, based on the implemented Java code examples in `javav2/example_code/inspector/`. The specification describes the actual code example scenario that demonstrates Amazon Inspector V2 vulnerability management capabilities using the AWS SDK for Java V2.
44

55
### Relevant documentation
66

0 commit comments

Comments
 (0)