mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-11 06:27:13 -06:00
minor code cleanup:
- remove redundant semicolon - create array with curly
This commit is contained in:
@@ -174,7 +174,7 @@ class FlatThemeEditorOverlay
|
||||
|
||||
// resolve lazy value
|
||||
if( value instanceof LazyValue ) {
|
||||
Object[] pValue = new Object[] { value };
|
||||
Object[] pValue = { value };
|
||||
FlatLaf.runWithUIDefaultsGetter( key -> {
|
||||
return (key instanceof String)
|
||||
? textArea.propertiesSupport.getParsedProperty( (String) key )
|
||||
|
||||
Reference in New Issue
Block a user