This is an automated email from the ASF dual-hosted git repository.
urfree pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git
The following commit(s) were added to refs/heads/main by this push:
new 2ac9c2615c6 Docs sync done from apache/pulsar(#c8b2a51)
2ac9c2615c6 is described below
commit 2ac9c2615c65445a6db2ac6b3a616cf37a29fc23
Author: Pulsar Site Updater <[email protected]>
AuthorDate: Sat Nov 12 12:01:48 2022 +0000
Docs sync done from apache/pulsar(#c8b2a51)
---
site2/website-next/docs/functions-package-java.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/site2/website-next/docs/functions-package-java.md
b/site2/website-next/docs/functions-package-java.md
index fe34a9fd4b2..f2187a14357 100644
--- a/site2/website-next/docs/functions-package-java.md
+++ b/site2/website-next/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"