mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
do not skip empty lines in copyrights
This commit is contained in:
@@ -162,7 +162,6 @@ public class FileTypeUtil
|
||||
{
|
||||
line = StringUtil.trimStart(StringUtil.trimStart(line.trim(), pre.toString()), open);
|
||||
line = StringUtil.trimEnd(line, close);
|
||||
if (line.isEmpty()) continue;
|
||||
preview.append(leader).append(pre);
|
||||
int len = 0;
|
||||
if (pre.length() > 0 && line.length() > 0)
|
||||
|
||||
Reference in New Issue
Block a user