alexa / alexa-skills-kit-sdk-for-java

The Alexa Skills Kit SDK for Java helps you get a skill up and running quickly, letting you focus on skill logic instead of boilerplate code.
http://developer.amazon.com/ask
Apache License 2.0
816 stars 746 forks source link

fix: findbugs issue, exposure/internal use of mutable objects #315

Closed doiron closed 2 years ago

doiron commented 2 years ago

Description

these two issues were detected while building locally.

Motivation and Context

fixes findbugs issues and allows builds with find bugs enabled to proceed.

Testing

was able to pass findbugs tests

Screenshots (if appropriate)

n/a

Types of changes

Checklist

License