mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 03:58:21 +00:00
8376423
This commit is contained in:
parent
66c7d41bfa
commit
8dcdc6fa7e
@ -133,8 +133,8 @@ public final class SwingAccessor {
|
||||
KeyStroke create();
|
||||
}
|
||||
|
||||
/*
|
||||
* An accessor for the LAFState class state
|
||||
/**
|
||||
* An accessor for the LAFState class state.
|
||||
*/
|
||||
public interface LAFStateAccessor {
|
||||
boolean lafStateIsInitialized();
|
||||
@ -149,7 +149,7 @@ public final class SwingAccessor {
|
||||
}
|
||||
|
||||
/**
|
||||
* Retrieve the accessor object for the LAFState class
|
||||
* Retrieve the accessor object for the LAFState class.
|
||||
*/
|
||||
public static LAFStateAccessor getLAFStateAccessor() {
|
||||
var access = lafStateAccessor;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user