fixed javadoc syntax error

This commit is contained in:
Karl Tauber
2021-02-06 11:26:57 +01:00
parent c6757cc61b
commit 86c33dd686

View File

@@ -187,7 +187,7 @@ public interface FlatClientProperties
* }</pre> * }</pre>
* <p> * <p>
* <strong>Component</strong> {@link javax.swing.JComponent}<br> * <strong>Component</strong> {@link javax.swing.JComponent}<br>
* <strong>Value type</strong> {@link java.util.function.Predicate&lt;javax.swing.JComponent&gt; * <strong>Value type</strong> {@link java.util.function.Predicate}&lt;javax.swing.JComponent&gt;
*/ */
String COMPONENT_FOCUS_OWNER = "JComponent.focusOwner"; String COMPONENT_FOCUS_OWNER = "JComponent.focusOwner";