Skip to content

Commit

Permalink
fix: adding suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
vibhatha committed Jun 5, 2024
1 parent 6280955 commit ca8ac49
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions docs/source/developers/java/development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ca8ac49

Please sign in to comment.