Revision: 5860
          http://jnode.svn.sourceforge.net/jnode/?rev=5860&view=rev
Author:   fduminy
Date:     2011-08-24 18:26:16 +0000 (Wed, 24 Aug 2011)
Log Message:
-----------
fixed missing newline after last line

Signed-off-by: Fabien DUMINY <fdum...@jnode.org>

Modified Paths:
--------------
    trunk/core/src/core/org/jnode/vm/memmgr/def/DefHeapStatistics.java

Modified: trunk/core/src/core/org/jnode/vm/memmgr/def/DefHeapStatistics.java
===================================================================
--- trunk/core/src/core/org/jnode/vm/memmgr/def/DefHeapStatistics.java  
2011-08-24 18:25:50 UTC (rev 5859)
+++ trunk/core/src/core/org/jnode/vm/memmgr/def/DefHeapStatistics.java  
2011-08-24 18:26:16 UTC (rev 5860)
@@ -93,6 +93,7 @@
                 c.append(a);
             }
         }
+        a.append(newline);
     }
     
     /**

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management 
Up to 160% more powerful than alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
_______________________________________________
Jnode-svn-commits mailing list
Jnode-svn-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jnode-svn-commits

Reply via email to