Azure / azure-functions-java-library

Contains annotations for writing Azure Functions in Java
MIT License
43 stars 43 forks source link

Update JavaDoc comment in KafkaTrigger annotation #166

Closed cgillum closed 2 years ago

cgillum commented 2 years ago

The JavaDocs for authenticationMode() and protocol() don't seem to match the code in terms of the default value. This PR updates the JavaDoc comment to match the code.