Skip to content

Commit f6d04f2

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/hdinsight/storm/apache-storm-develop-java-topology.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ Enter the command below to create and open a new file `RandomSentenceSpout.java`
245245
notepad src\main\java\com\microsoft\example\RandomSentenceSpout.java
246246
```
247247

248-
Then copy and paste the java code below into the new file. Then close the file.
248+
Then copy and paste the Java code below into the new file. Then close the file.
249249

250250
```java
251251
package com.microsoft.example;
@@ -331,7 +331,7 @@ Enter the command below to create and open a new file `SplitSentence.java`:
331331
notepad src\main\java\com\microsoft\example\SplitSentence.java
332332
```
333333

334-
Then copy and paste the java code below into the new file. Then close the file.
334+
Then copy and paste the Java code below into the new file. Then close the file.
335335

336336
```java
337337
package com.microsoft.example;
@@ -388,7 +388,7 @@ Enter the command below to create and open a new file `WordCount.java`:
388388
notepad src\main\java\com\microsoft\example\WordCount.java
389389
```
390390

391-
Then copy and paste the java code below into the new file. Then close the file.
391+
Then copy and paste the Java code below into the new file. Then close the file.
392392

393393
```java
394394
package com.microsoft.example;
@@ -485,7 +485,7 @@ To implement the topology, enter the command below to create and open a new file
485485
notepad src\main\java\com\microsoft\example\WordCountTopology.java
486486
```
487487

488-
Then copy and paste the java code below into the new file. Then close the file.
488+
Then copy and paste the Java code below into the new file. Then close the file.
489489

490490
```java
491491
package com.microsoft.example;

0 commit comments

Comments
 (0)