On Sat, 30 Oct 2021 14:28:09 GMT, Kevin Rushforth <[email protected]> wrote:
>> Michael Strauß has updated the pull request incrementally with four
>> additional commits since the last revision:
>>
>> - revert rename
>> - revert rename
>> - test for KeyCombination
>> - renamed TextBinding to MnemonicParser, refactored tests
>
> modules/javafx.controls/src/main/java/com/sun/javafx/scene/control/behavior/MnemonicParser.java
> line 63:
>
>> 61: * </ul>
>> 62: */
>> 63: public class MnemonicParser {
>
> As mentioned in the comments, I prefer this rename to be reverted. It could
> be done separately as cleanup.
I created [JDK-8276206](https://bugs.openjdk.java.net/browse/JDK-8276206) to
track this.
-------------
PR: https://git.openjdk.java.net/jfx/pull/647