Fix Window.Builder#setMonitor visibility
This commit is contained in:
parent
b3ef38b6be
commit
175b0248d9
1 changed files with 2 additions and 2 deletions
|
@ -1038,9 +1038,9 @@ public abstract class Window implements AutoCloseable {
|
||||||
* @param monitor new target monitor
|
* @param monitor new target monitor
|
||||||
* @return builder instance
|
* @return builder instance
|
||||||
* @see Window#monitor
|
* @see Window#monitor
|
||||||
* @since v1-alpha2
|
* @since v1-alpha6
|
||||||
*/
|
*/
|
||||||
private synchronized @NotNull Builder setMonitor(@Nullable Monitor monitor) {
|
public synchronized @NotNull Builder setMonitor(@Nullable Monitor monitor) {
|
||||||
this.monitor = monitor;
|
this.monitor = monitor;
|
||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue