Skip to content

Commit

Permalink
Merge pull request #10 from beckandros/patch-12
Browse files Browse the repository at this point in the history
Update PutEvents.java
  • Loading branch information
scmacdon authored Apr 9, 2020
2 parents cdfca6d + cb1e0d7 commit abdabd7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//snippet-sourcedescription:[PutEvents.java demonstrates how to put a sample CloudWatch event.]
//snippet-sourcedescription:[PutEvents.java demonstrates how to put a sample Amazon CloudWatch event.]
//snippet-keyword:[SDK for Java 2.0]
//snippet-keyword:[Code Sample]
//snippet-service:[Amazon CloudWatch]
Expand Down Expand Up @@ -36,7 +36,7 @@
public class PutEvents {
public static void main(String[] args) {
final String USAGE =
"To run this example, supply a resource arn\n" +
"To run this example, supply a resource ARN\n" +
"Ex: PutEvents <resource-arn>\n";

if (args.length != 1) {
Expand Down

0 comments on commit abdabd7

Please sign in to comment.