You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(location): remove base class from PlaceIndex class (#31287)
### Issue # (if applicable)
None
### Reason for this change
I implemented the location resources in #30711 and #30682.
During the review, it was suggested that it would be better not to have a base class.
As a result, the `GeofenceCollection` class and `RouteCalculator` class do not have a base class.
#30711 (comment)
On the other hand, the `PlaceIndex `class has already been implemented with a base class, which is inconsistent with the current approach.
### Description of changes
Remove a unnecessary base class from `PlaceIndex` class.
### Description of how you validated changes
Re-run unit tests and integ tests.
### Checklist
- [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
0 commit comments