Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix incorrect import for RemovalPolicy
In the example showing how to specify a RemovalPolicy the incorrect import was being specified: ```java import software.amazon.awscdk.core.RemovalPolicy; ``` instead of ```java import software.amazon.awscdk.services.s3.BucketEncryption; ```
- Loading branch information