On Thu, 3 Nov 2022 16:00:30 GMT, Andy Goryachev <ango...@openjdk.org> wrote:

>> modules/javafx.controls/src/main/java/javafx/scene/control/skin/TableRowSkin.java
>>  line 192:
>> 
>>> 190:                 return null;
>>> 191:             }
>>> 192:             // fall through
>> 
>> There is no "fall through" here as we return from all conditions in previous 
>> case.
>
> same comment, there is a fall through.

No, there isn't.

-------------

PR: https://git.openjdk.org/jfx/pull/876

Reply via email to