Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 49471ee

Browse files
committedMar 15, 2022
Fix typo
java -> Java
1 parent 2d80cfb commit 49471ee

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)
Please sign in to comment.