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
815 stars 746 forks source link

Corrects a Javadoc which was incorrectly pointing to itself #257

Closed sdelamo closed 4 years ago

sdelamo commented 4 years ago

Description

Corrects a Javadoc which was incorrectly pointing to itself.

Motivation and Context

To fix the javadoc.

Testing

Generate the javadocs to see the change in action.

Types of changes

Checklist

License

breedloj commented 4 years ago

Hey Sergio, thanks for the PR. Good catch, I'll go ahead and get this merged in. Thanks again!