Skip to content

Commit d096e69

Browse files
committed
updated Java file
1 parent 4cb6531 commit d096e69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/example_code/redshift/CreateAndDescribeSnapshot.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ public class CreateAndDescribeSnapshot {
1515
public static String clusterIdentifier = "***provide a cluster identifier***";
1616
public static long sleepTime = 20;
1717

18+
1819
public static void main(String[] args) throws IOException {
1920

2021
// Default client using the {@link
2122
// com.amazonaws.auth.DefaultAWSCredentialsProviderChain}
2223
client = AmazonRedshiftClientBuilder.defaultClient();
23-
2424
try {
2525
// Unique snapshot identifier
2626
String snapshotId = "my-snapshot-" + (new SimpleDateFormat("yyyy-MM-dd-HH-mm-ss")).format(new Date());

0 commit comments

Comments
 (0)