do not skip empty lines in copyrights

This commit is contained in:
anna
2010-11-08 18:29:55 +03:00
parent b2f6c859f3
commit eed35c8ed1
@@ -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)