You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ye...@apache.org on 2008/01/22 18:59:38 UTC

svn commit: r614274 - /poi/trunk/src/java/org/apache/poi/ddf/EscherContainerRecord.java

Author: yegor
Date: Tue Jan 22 09:59:27 2008
New Revision: 614274

URL: http://svn.apache.org/viewvc?rev=614274&view=rev
Log:
extra whitespace caused the test fail on win xp. Strange, but it worked fine on *nix

Modified:
    poi/trunk/src/java/org/apache/poi/ddf/EscherContainerRecord.java

Modified: poi/trunk/src/java/org/apache/poi/ddf/EscherContainerRecord.java
URL: http://svn.apache.org/viewvc/poi/trunk/src/java/org/apache/poi/ddf/EscherContainerRecord.java?rev=614274&r1=614273&r2=614274&view=diff
==============================================================================
--- poi/trunk/src/java/org/apache/poi/ddf/EscherContainerRecord.java (original)
+++ poi/trunk/src/java/org/apache/poi/ddf/EscherContainerRecord.java Tue Jan 22 09:59:27 2008
@@ -202,7 +202,7 @@
             	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;



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org