aws / event-ruler

Event Ruler is a Java library that allows matching many thousands of Events per second to any number of expressive and sophisticated rules.
Apache License 2.0
556 stars 58 forks source link

Fixing GenericMachine/Machine Builder visibility so it is usable from outside packages #133

Closed jonessha closed 7 months ago

jonessha commented 7 months ago

Description of changes:

Otherwise, outside packages can't access the withAdditionalNameStateReuse method.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.