From 041fd0e0cd51c56b2aeee704cb8c68ec89ff4218 Mon Sep 17 00:00:00 2001 From: Karl Tauber Date: Wed, 16 Jun 2021 22:57:56 +0200 Subject: [PATCH] Styling: fixed javadoc error --- .../src/main/java/com/formdev/flatlaf/ui/FlatStyleSupport.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flatlaf-core/src/main/java/com/formdev/flatlaf/ui/FlatStyleSupport.java b/flatlaf-core/src/main/java/com/formdev/flatlaf/ui/FlatStyleSupport.java index f86974ab..ab9440f6 100644 --- a/flatlaf-core/src/main/java/com/formdev/flatlaf/ui/FlatStyleSupport.java +++ b/flatlaf-core/src/main/java/com/formdev/flatlaf/ui/FlatStyleSupport.java @@ -166,7 +166,7 @@ public class FlatStyleSupport * Applies the given value to an annotated field of the given object. * The field must be annotated with {@link Styleable}. * - * @param object the object + * @param obj the object * @param key the name of the field * @param value the new value * @return the old value of the field