Skip to content

Commit 5e4b8dd

Browse files
committed
fix:typo
1 parent 5aac1f9 commit 5e4b8dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/event-hubs/get-started-java-send-v2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The Java client library for Event Hubs is available in the [Maven Central Reposi
4545

4646
### Write code to send messages to the event hub
4747

48-
For the following sample, first create a new Maven project for a console/shell application in your favorite Java development environment. Add a class named `SimpleSend`, and add the following code to the class:
48+
For the following sample, first create a new Maven project for a console/shell application in your favorite Java development environment. Add a class named `Sender`, and add the following code to the class:
4949

5050
```java
5151
import com.azure.messaging.eventhubs.*;

0 commit comments

Comments
 (0)