mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
* use StringUtil.join instead of manual appending; * fix empty sting appending: because when first element is empty string then stringBuilder.length remain 0 and line separator was not added;