Skip to content

Commit

Permalink
fix Java code to not intsantiate two buckets
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerry Kindall committed Jun 13, 2020
1 parent 0fba783 commit c4a7b33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc_source/constructs.md
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ class NotifyingBucket(core.Construct):
#### [ Java ]

```
public class NotifyingBucket extends Bucket {
public class NotifyingBucket extends Construct {
public NotifyingBucket(final Construct scope, final String id) {
this(scope, id, null, null);
Expand Down

0 comments on commit c4a7b33

Please sign in to comment.