fixed yet another regression with respect to newlines (SPR-7449)
This commit is contained in:
@@ -263,7 +263,7 @@ public class ResourceDatabasePopulator implements DatabasePopulator {
|
||||
continue;
|
||||
}
|
||||
else if (c == '\n' || c == '\t') {
|
||||
continue;
|
||||
c = ' ';
|
||||
}
|
||||
}
|
||||
sb.append(c);
|
||||
|
||||
Reference in New Issue
Block a user