Skip to content

Commit

Permalink
updating jsii fixed the issue with GroupBase
Browse files Browse the repository at this point in the history
  • Loading branch information
moofish32 committed May 27, 2019
1 parent e86dfdf commit 8356baf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-iam/lib/group.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export interface GroupProps {
readonly path?: string;
}

export abstract class GroupBase extends Resource implements IGroup {
abstract class GroupBase extends Resource implements IGroup {
public abstract readonly groupName: string;
public abstract readonly groupArn: string;

Expand Down

0 comments on commit 8356baf

Please sign in to comment.