From ca8ac493d7e82a6583bc9ef65a0dc39312c6bab5 Mon Sep 17 00:00:00 2001 From: Vibhatha Abeykoon Date: Thu, 6 Jun 2024 04:30:46 +0530 Subject: [PATCH] fix: adding suggestion --- docs/source/developers/java/development.rst | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/docs/source/developers/java/development.rst b/docs/source/developers/java/development.rst index d60bc2f9401d4..dd1839257a30e 100644 --- a/docs/source/developers/java/development.rst +++ b/docs/source/developers/java/development.rst @@ -110,12 +110,7 @@ integration tests, you would do: Code Style ========== -The current Java code styles are configured as follows: - -- Indent: Tabs & spaces (2 spaces per tab) -- Google Java Format: Reformats Java source code to comply with `Google Java Style`_. -- Configure license headers for Java & XML files - +The current Java code follows the `Google Java Style`_ with Apache license headers. Java code style is checked by `Spotless`_ during the build, and the continuous integration build will verify that changes adhere to the style guide.