Skip to content

Commit 1d7dda5

Browse files
committed
Fixed cut & paste issue
1 parent b808624 commit 1d7dda5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/iot-hub/c2d-messaging-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ In this section, you create a Java console app that sends cloud-to-device messag
210210
> [!NOTE]
211211
> For simplicity, this article does not implement a retry policy. In production code, you should implement retry policies (such as exponential backoff) as suggested in the article [Transient Fault Handling](/azure/architecture/best-practices/transient-faults).
212212
213-
9. To build the **simulated-device** app using Maven, execute the following command at the command prompt in the simulated-device folder:
213+
9. To build the **send-c2d-messages** app using Maven, execute the following command at the command prompt in the simulated-device folder:
214214
215215
```cmd/sh
216216
mvn clean package -DskipTests

0 commit comments

Comments
 (0)