config: Replace lambda statement with lambda expression

This commit is contained in:
sdburns1998
2019-07-07 04:55:32 +02:00
parent 049d3ec7b7
commit cefa24f4c3

View File

@@ -43,9 +43,7 @@ class HotkeyButton extends JButton
{
setValue(value);
addActionListener(e ->
{
setValue(Keybind.NOT_SET);
});
setValue(Keybind.NOT_SET));
addKeyListener(new KeyAdapter()
{
@Override