On Fri, 30 Jul 2021 05:35:58 GMT, Prasanta Sadhukhan <[email protected]>
wrote:
>> Summary: Expanded ButtonGroupLayoutTraversalTest.java to run in all LAFs on
>> all OS. Added synchronization for focusCnt.
>
> test/jdk/java/awt/Focus/FocusTraversalPolicy/ButtonGroupLayoutTraversal/ButtonGroupLayoutTraversalTest.java
> line 54:
>
>> 52: public class ButtonGroupLayoutTraversalTest {
>> 53:
>> 54: private static final int nx = 3;
>
> Normally, as per coding standard, for static final modifier, the variable
> should be named in CAPS...but is there any need of making it final?
@prsadhuk I did what you asked, do you have any more questions or comments ?,
if not could you please approve this PR, thanks.
-------------
PR: https://git.openjdk.java.net/jdk/pull/4937