Skip to content

Commit f924249

Browse files
authored
Update GetPDFandSave.java (#5494)
* Removed illegal character * Changed the name of the public class to match the filename
1 parent 4e79a96 commit f924249

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

java/example_code/s3/src/main/java/aws/example/s3/GetPDFandSave.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
22
SPDX-License-Identifier: Apache-2.0 */
3-
`
3+
44
package aws.example.s3;
55

66
import java.io.InputStream;
@@ -14,7 +14,7 @@
1414
import com.amazonaws.services.s3.model.GetObjectRequest;
1515
import com.amazonaws.services.s3.model.S3Object;
1616

17-
public class App {
17+
public class GetPDFandSave {
1818

1919
private static final String ACCESS_KEY = "ACCESS_KEY";
2020
private static final String SECRET_KEY = "SECRET_KEY";

0 commit comments

Comments
 (0)