Skip to content

Commit

Permalink
fix(groovy): Groovyc making the static property private to child clas…
Browse files Browse the repository at this point in the history
…ses (#1505)
  • Loading branch information
robzienert committed Mar 9, 2017
1 parent 58cf570 commit a2d2c3f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ import org.springframework.beans.factory.annotation.Autowired

class DefaultScalingPolicyCopier implements ScalingPolicyCopier {

static final DIMENSION_NAME_FOR_ASG = 'AutoScalingGroupName'
public static final DIMENSION_NAME_FOR_ASG = 'AutoScalingGroupName'

@Autowired
AmazonClientProvider amazonClientProvider
Expand Down

0 comments on commit a2d2c3f

Please sign in to comment.