Skip to content

Commit

Permalink
Fix javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
conniey committed May 22, 2019
1 parent 9709032 commit a8e4a7e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
/**
* Holds information about Event Hubs which can come handy while performing data-plane operations
* like {@link EventHubClient#createReceiver(String, EventPosition)} and
* {@link EventHubClient#createReceiver(EventReceiverOptions)}.
* {@link EventHubClient#createReceiver(String, EventPosition, EventReceiverOptions)}.
*/
public final class EventHubInformation {
private final String path;
Expand Down

0 comments on commit a8e4a7e

Please sign in to comment.