Skip to content

Commit

Permalink
rolled in review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
scmacdon committed Jan 17, 2025
1 parent 1ed53c2 commit e762a7d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions javav2/example_code/firehose/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ For prerequisites, see the [README](../../README.md#Prerequisites) in the `javav

Code excerpts that show you how to call individual service functions.

- [PutRecord](src/main/java/com/example/firehose/scenario/FirehoseScenario.java#L93)
- [PutRecordBatch](src/main/java/com/example/firehose/scenario/FirehoseScenario.java#L126)
- [PutRecord](src/main/java/com/example/firehose/scenario/FirehoseScenario.java#L92)
- [PutRecordBatch](src/main/java/com/example/firehose/scenario/FirehoseScenario.java#L125)

### Scenarios

Expand Down
1 change: 0 additions & 1 deletion javav2/example_code/kinesis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>netty-nio-client</artifactId>
<version>2.20.95</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
Expand Down
1 change: 0 additions & 1 deletion javav2/example_code/lookoutvision/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>lookoutvision</artifactId>
<version>2.17.267</version>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
Expand Down

0 comments on commit e762a7d

Please sign in to comment.