Skip to content

Commit 3e53618

Browse files
authored
Merge pull request #42386 from dominicbetts/issue-fix-filename
Fix issue 9302
2 parents 2a283c9 + 9073677 commit 3e53618

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/iot-hub/quickstart-control-device-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ The back-end application connects to a service-side endpoint on your IoT Hub. Th
126126
127127
1. In another terminal window, navigate to the root folder of the sample Java project. Then navigate to the **iot-hub\Quickstarts\back-end-application** folder.
128128
129-
1. Open the **src/main/java/com/microsoft/docs/iothub/samples/ReadDeviceToCloudMessages.java** file in a text editor of your choice.
129+
1. Open the **src/main/java/com/microsoft/docs/iothub/samples/BackEndApplication.java** file in a text editor of your choice.
130130
131131
Replace the value of the `iotHubConnectionString` variable with the service connection string you made a note of previously. Then save your changes to the **BackEndApplication.java** file.
132132

0 commit comments

Comments
 (0)