mirror of https://github.com/apache/poi.git
Merged revisions 614274 via svnmerge from
https://svn.apache.org/repos/asf/poi/trunk ........ r614274 | yegor | 2008-01-22 18:59:27 +0100 (Tue, 22 Jan 2008) | 1 line extra whitespace caused the test fail on win xp. Strange, but it worked fine on *nix ........ git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@614832 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
05863eecef
commit
8488dfe816
|
@ -202,7 +202,7 @@ public class EscherContainerRecord extends EscherRecord
|
|||
String newIndent = indent + " ";
|
||||
|
||||
EscherRecord record = (EscherRecord) iterator.next();
|
||||
children.append(newIndent + "Child " + count + ":\n");
|
||||
children.append(newIndent + "Child " + count + ":" + nl);
|
||||
|
||||
if(record instanceof EscherContainerRecord) {
|
||||
EscherContainerRecord ecr = (EscherContainerRecord)record;
|
||||
|
|
Loading…
Reference in New Issue