Skip to content

Commit

Permalink
Update PutEvents.java
Browse files Browse the repository at this point in the history
Edits for description, comment strings.
  • Loading branch information
beckandros authored Apr 9, 2020
1 parent 1ffac12 commit cb1e0d7
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 cb1e0d7

Please sign in to comment.