This is an automated email from the ASF dual-hosted git repository.

tison pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new c8b2a512b26 [improve][doc] change code style (#18438)
c8b2a512b26 is described below

commit c8b2a512b2612207c12422689b1c90aee37c149b
Author: crossoverJie <[email protected]>
AuthorDate: Sat Nov 12 16:30:17 2022 +0800

    [improve][doc] change code style (#18438)
---
 site2/docs/functions-package-java.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/site2/docs/functions-package-java.md 
b/site2/docs/functions-package-java.md
index fe34a9fd4b2..f2187a14357 100644
--- a/site2/docs/functions-package-java.md
+++ b/site2/docs/functions-package-java.md
@@ -14,7 +14,7 @@ To package a Java function, complete the following steps.
 
 1. Create a new maven project with a pom file. In the following code sample, 
the value of `mainClass` is your package name.
 
-   ```java
+   ```xml
     <?xml version="1.0" encoding="UTF-8"?>
     <project xmlns="http://maven.apache.org/POM/4.0.0";
             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";

Reply via email to