Skip to content

Commit e9cb408

Browse files
committed
Fix typo
java -> Java
1 parent 2d80cfb commit e9cb408

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)