Skip to content

Commit fc51962

Browse files
authored
Merge pull request #89904 from changeworld/patch-16
Fix typo
2 parents 3c9d03e + 49471ee commit fc51962

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/hdinsight/hbase/apache-hbase-build-java-maven-linux.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ Enter the command below to create and open a new file `CreateTable.java`. Select
177177
notepad src\main\java\com\microsoft\examples\CreateTable.java
178178
```
179179

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.
181181

182182
```java
183183
package com.microsoft.examples;
@@ -259,7 +259,7 @@ Enter the command below to create and open a new file `SearchByEmail.java`. Sele
259259
notepad src\main\java\com\microsoft\examples\SearchByEmail.java
260260
```
261261

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.
263263

264264
```java
265265
package com.microsoft.examples;
@@ -344,7 +344,7 @@ Enter the command below to create and open a new file `DeleteTable.java`. Select
344344
notepad src\main\java\com\microsoft\examples\DeleteTable.java
345345
```
346346

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.
348348

349349
```java
350350
package com.microsoft.examples;

0 commit comments

Comments
 (0)