@@ -245,7 +245,7 @@ Enter the command below to create and open a new file `RandomSentenceSpout.java`
245
245
notepad src\main\java\com\microsoft\example\RandomSentenceSpout.java
246
246
```
247
247
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.
249
249
250
250
``` java
251
251
package com.microsoft.example ;
@@ -331,7 +331,7 @@ Enter the command below to create and open a new file `SplitSentence.java`:
331
331
notepad src\main\java\com\microsoft\example\SplitSentence.java
332
332
```
333
333
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.
335
335
336
336
``` java
337
337
package com.microsoft.example ;
@@ -388,7 +388,7 @@ Enter the command below to create and open a new file `WordCount.java`:
388
388
notepad src\main\java\com\microsoft\example\WordCount.java
389
389
```
390
390
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.
392
392
393
393
``` java
394
394
package com.microsoft.example ;
@@ -485,7 +485,7 @@ To implement the topology, enter the command below to create and open a new file
485
485
notepad src\main\java\com\microsoft\example\WordCountTopology.java
486
486
```
487
487
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.
489
489
490
490
``` java
491
491
package com.microsoft.example ;
0 commit comments