6993984: PIT: b116 - Many of the swing test are failing on Solaris
Reviewed-by: anthony, prr
This commit is contained in:
parent
40775a5ab5
commit
74b3f2ef97
@ -294,7 +294,7 @@ public abstract class InputEvent extends ComponentEvent {
|
||||
AWTAccessor.setInputEventAccessor(
|
||||
new AWTAccessor.InputEventAccessor() {
|
||||
public int[] getButtonDownMasks() {
|
||||
return getButtonDownMasks();
|
||||
return InputEvent.getButtonDownMasks();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user