From 14b117b94b86aa22fd5c7c004f4c9278619ab515 Mon Sep 17 00:00:00 2001 From: Vibhatha Lakmal Abeykoon Date: Thu, 6 Jun 2024 04:20:28 +0530 Subject: [PATCH] fi Co-authored-by: David Li --- docs/source/developers/java/development.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/developers/java/development.rst b/docs/source/developers/java/development.rst index 1c4f2e1e5a5f1..b7f746ef0bc9a 100644 --- a/docs/source/developers/java/development.rst +++ b/docs/source/developers/java/development.rst @@ -124,7 +124,7 @@ Automatically fixing code style issues -------------------------------------- - You can check the style without building the project with ``mvn spotless:check``. -- The Java code style can be corrected from the command line by using the following commands: ``mvn spotless:apply``. +- You can autoformat the source with ``mvn spotless:apply``. .. code-block:: bash