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 803cf45

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎articles/hdinsight/hadoop/apache-hadoop-hive-java-udf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ cd C:\HDI
142142
notepad src/main/java/com/microsoft/examples/ExampleUDF.java
143143
```
144144
145-
Then copy and paste the java code below into the new file. Then close the file.
145+
Then copy and paste the Java code below into the new file. Then close the file.
146146
147147
```java
148148
package com.microsoft.examples;

0 commit comments

Comments
 (0)
Please sign in to comment.