Skip to content

Commit 6e0b949

Browse files
authored
Merge pull request #107639 from kartben/direct-link-in-memory-store
Add direct link to InMemoryCheckstore.java
2 parents 925da02 + 4f32fc9 commit 6e0b949

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ import com.azure.messaging.eventhubs.*;
5252
import static java.nio.charset.StandardCharsets.UTF_8;
5353

5454
public class Sender {
55-
public static void main(String[] args) {
55+
public static void main(String[] args) {
5656
}
5757
}
5858
```
@@ -205,7 +205,7 @@ The Java client library for Event Hubs is available for use in Maven projects fr
205205
}
206206
```
207207

208-
2. Download the **InMemoryCheckpointStore.java** file from [GitHub](https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/eventhubs/azure-messaging-eventhubs/src/samples/java/com/azure/messaging/eventhubs), and add it to your project.
208+
2. Download the **InMemoryCheckpointStore.java** file from [GitHub](https://github.com/Azure/azure-sdk-for-java/blob/master/sdk/eventhubs/azure-messaging-eventhubs/src/samples/java/com/azure/messaging/eventhubs/InMemoryCheckpointStore.java), and add it to your project.
209209
3. Build the program, and ensure that there are no errors.
210210

211211
## Run the applications

0 commit comments

Comments
 (0)