minor code cleanup:

- remove redundant semicolon
- create array with curly
This commit is contained in:
Karl Tauber
2022-11-14 12:25:29 +01:00
parent 1e09ddfc93
commit a6394cac38
13 changed files with 29 additions and 29 deletions

View File

@@ -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 )