mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-06 20:05:49 +00:00
spelling: listener
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
committed by
Jindra Petřík
parent
91a91916a3
commit
5194db359b
@@ -274,7 +274,7 @@ public class PinButton extends JPanel {
|
||||
actionListeners.add(listener);
|
||||
}
|
||||
|
||||
public void removeActionListner(ActionListener listener) {
|
||||
public void removeActionListener(ActionListener listener) {
|
||||
actionListeners.remove(listener);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user