From 84bd2088f2a1c0f44ba524dd4b180f3b0f8d99a4 Mon Sep 17 00:00:00 2001 From: Karl Tauber Date: Wed, 4 Dec 2024 13:06:37 +0100 Subject: [PATCH] FlatSystemProperties: javadoc fixes --- .../src/main/java/com/formdev/flatlaf/FlatSystemProperties.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flatlaf-core/src/main/java/com/formdev/flatlaf/FlatSystemProperties.java b/flatlaf-core/src/main/java/com/formdev/flatlaf/FlatSystemProperties.java index c3fa3fd4..db7ccb13 100644 --- a/flatlaf-core/src/main/java/com/formdev/flatlaf/FlatSystemProperties.java +++ b/flatlaf-core/src/main/java/com/formdev/flatlaf/FlatSystemProperties.java @@ -138,7 +138,7 @@ public interface FlatSystemProperties /** * Specifies whether native rounded popup borders should be used (if supported by operating system). *

- * (requires Window 11 or macOS) + * (requires Windows 11 or macOS) *

* Allowed Values {@code false} and {@code true}
* Default {@code true}; except on macOS 14.4+ where it is {@code false}