Skip to content

Commit 7d6ca7a

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/hdinsight/storm/apache-storm-scp-programming-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ Here `microsoft.scp.example.HybridTopology.Generator` is the name of the Java sp
554554

555555
### Specify the Java classpath in a runSpec command
556556

557-
If you want to submit topology that contains Java spouts or bolts, first compile them to produce JAR files. Then specify the java classpath that contains the JAR files when you submit topology. Here's an example:
557+
If you want to submit topology that contains Java spouts or bolts, first compile them to produce JAR files. Then specify the Java classpath that contains the JAR files when you submit topology. Here's an example:
558558

559559
```csharp
560560
bin\runSpec.cmd examples\HybridTopology\HybridTopology.spec specs examples\HybridTopology\net\Target -cp examples\HybridTopology\java\target\*

0 commit comments

Comments
 (0)