File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ Enter the command below to create and open a new file `CreateTable.java`. Select
177
177
notepad src\main\java\com\microsoft\examples\CreateTable.java
178
178
```
179
179
180
- Then copy and paste the java code below into the new file. Then close the file.
180
+ Then copy and paste the Java code below into the new file. Then close the file.
181
181
182
182
``` java
183
183
package com.microsoft.examples ;
@@ -259,7 +259,7 @@ Enter the command below to create and open a new file `SearchByEmail.java`. Sele
259
259
notepad src\main\java\com\microsoft\examples\SearchByEmail.java
260
260
```
261
261
262
- Then copy and paste the java code below into the new file. Then close the file.
262
+ Then copy and paste the Java code below into the new file. Then close the file.
263
263
264
264
``` java
265
265
package com.microsoft.examples ;
@@ -344,7 +344,7 @@ Enter the command below to create and open a new file `DeleteTable.java`. Select
344
344
notepad src\main\java\com\microsoft\examples\DeleteTable.java
345
345
```
346
346
347
- Then copy and paste the java code below into the new file. Then close the file.
347
+ Then copy and paste the Java code below into the new file. Then close the file.
348
348
349
349
``` java
350
350
package com.microsoft.examples ;
You can’t perform that action at this time.
0 commit comments