InTextDirectivesUtils: trim line with comment

This commit is contained in:
Natalia Ukhorskaya
2014-01-16 19:03:11 +04:00
parent 694db27da0
commit e7d31b127d
@@ -160,6 +160,7 @@ public final class InTextDirectivesUtils {
String line;
while ((line = reader.readLine()) != null) {
line = line.trim();
if (line.startsWith("//")) {
String uncommentedLine = line.substring(2).trim();
if (!uncommentedLine.isEmpty()) {