Skip to content

Commit 947fa01

Browse files
Merge pull request #89989 from changeworld/patch-30
Fix typo
2 parents 867e4bf + e9cb408 commit 947fa01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/service-fabric/service-fabric-java-rest-api-usage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Follow the steps mentioned below to generate Service Fabric Java client code usi
4747
> If your cluster version is not 6.0.* then go to the appropriate directory in the stable folder.
4848
>
4949

50-
5. Run the following autorest command to generate the java client code.
50+
5. Run the following autorest command to generate the Java client code.
5151

5252
```bash
5353
autorest --input-file= servicefabric.json --java --output-folder=[output-folder-name] --namespace=[namespace-of-generated-client]
@@ -58,7 +58,7 @@ Follow the steps mentioned below to generate Service Fabric Java client code usi
5858
autorest --input-file=servicefabric.json --java --output-folder=java-rest-api-code --namespace=servicefabricrest
5959
```
6060

61-
The following command takes ``servicefabric.json`` specification file as input and generates java client code in ``java-rest-api- code`` folder and encloses the code in ``servicefabricrest`` namespace. After this step you would find two folders ``models``, ``implementation`` and two files ``ServiceFabricClientAPIs.java`` and ``package-info.java`` generated in the ``java-rest-api-code`` folder.
61+
The following command takes ``servicefabric.json`` specification file as input and generates Java client code in ``java-rest-api- code`` folder and encloses the code in ``servicefabricrest`` namespace. After this step you would find two folders ``models``, ``implementation`` and two files ``ServiceFabricClientAPIs.java`` and ``package-info.java`` generated in the ``java-rest-api-code`` folder.
6262

6363

6464
## Include and use the generated client in your project

0 commit comments

Comments
 (0)