Skip to content

Commit b96fe25

Browse files
authored
Merge pull request #52338 from kosa3/kosa3-patch1
Minor fixes
2 parents e36683a + a7b36a1 commit b96fe25

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,8 @@ For different types of build environments, you can explicitly obtain the latest
311311

312312
System.out.println("End of sample");
313313
}
314-
```
314+
}
315+
```
315316
3. Create one more class called `EventProcessor`, using the following code:
316317

317318
```java

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)