cloudevents / sdk-java

Java SDK for CloudEvents
https://cloudevents.github.io/sdk-java/
Apache License 2.0
390 stars 159 forks source link

docs: correcting import to EventFormatProvider #658

Open rohanrmallya opened 2 months ago

rohanrmallya commented 2 months ago

The examples in the documentation imported EventFormatProvider from io.cloudevents.core.format.EventFormatProvider. This has been corrected to io.cloudevents.core.provider.EventFormatProvider.