On Fri, 9 Jun 2023 00:18:46 GMT, Thiago Milczarek Sayao <[email protected]> wrote:
>> Martin Fox has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Updating classpath for Eclipse users > > modules/javafx.graphics/src/main/java/com/sun/glass/ui/View.java line 974: > >> 972: } >> 973: >> 974: // Returns true iff event was consumed > > There are some places where it's written "iff", I'm not sure if it's > intentional or a typo. iff is an abbreviation for "if and only if". It's a bit formal but I noticed it was used in other internal API comments and JavaDocs. I think I removed all of these when I resubmitted this code as part of #1126. ------------- PR Review Comment: https://git.openjdk.org/jfx/pull/694#discussion_r1223682272
