Skip to content

Commit a7b36a1

Browse files
committed
fix:add close bracket
1 parent 5e4b8dd commit a7b36a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
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

0 commit comments

Comments
 (0)