jtree icon indicating copy to clipboard operation
jtree copied to clipboard

🚜 fix error message

Open breck7 opened this issue 3 years ago • 0 comments

Error: In string template no match found on line "titleTag {title}"

Should be something like:

When running 'templateToString' method, the template asks for '{}' but the passed object did not have that set. Currently all placeholders in a template are required.

Of course, perhaps it's better to take a fresh wholistic look at upgrading that method.

breck7 avatar Mar 08 '21 19:03 breck7