Azure / azure-sdk-for-java

This repository is for active development of the Azure SDK for Java. For consumers of the SDK we recommend visiting our public developer docs at https://docs.microsoft.com/java/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-java.
MIT License
2.35k stars 1.99k forks source link

[DOC BUG] ServiceBus Readme code snippet for ServiceBusProcessorClient.processError at time of building #17932

Closed hemanttanwar closed 3 years ago

hemanttanwar commented 3 years ago

Issue : The Readme sample is wrong for ServiceBusProcessorClient and for processError.

A motivated community member @frascu have raised PR for this.

https://github.com/Azure/azure-sdk-for-java/pull/17925

We will fix this via using embedme tool which uses compiled java source code to embed source code into readme. so this problem never happens again.

frascu commented 3 years ago

@hemanttanwar This issue can be closed because the pull request that resolves it has been merged.

hemanttanwar commented 3 years ago

Thank you @frascu closing this issue.