Skip to content

Commit 2e5cbc9

Browse files
committed
updated snippet tags
1 parent 598805f commit 2e5cbc9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

javav2/example_code/firehose/src/main/java/com/example/firehose/scenario/FirehoseScenario.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
2929
*
3030
* https://docs.aws.amazon.com/sdk-for-java/latest/developer-guide/get-started.html
3131
*/
32+
33+
// snippet-start:[firehose.java2.scenario.main]
3234
public class FirehoseScenario {
3335
private static FirehoseClient firehoseClient;
3436
private static CloudWatchClient cloudWatchClient;
@@ -227,3 +229,4 @@ private static void closeClients() {
227229
}
228230
}
229231
}
232+
// snippet-end:[firehose.java2.scenario.main]

0 commit comments

Comments
 (0)