Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Implemented
-
Trunk
-
None
-
None
-
OFBiz Community Day (May 2020), OFBiz Community Day (Aug 2020)
Description
Currently in java code all switch statements are indented to 4 or more than zero.
As perĀ https://www.oracle.com/technetwork/java/codeconventions-150003.pdf
and same configured in checkstyle.xml, we need to make 'case' indentation to 0 in all java code.