Revision: 17323
http://sourceforge.net/p/gate/code/17323
Author: valyt
Date: 2014-02-17 14:54:55 +0000 (Mon, 17 Feb 2014)
Log Message:
-----------
Made toString() representation multi-line so as not to kill e.g. the Eclipse
console on large output.
Modified Paths:
--------------
mimir/trunk/mimir-core/src/gate/mimir/index/OriginalMarkupMetadataHelper.java
Modified:
mimir/trunk/mimir-core/src/gate/mimir/index/OriginalMarkupMetadataHelper.java
===================================================================
---
mimir/trunk/mimir-core/src/gate/mimir/index/OriginalMarkupMetadataHelper.java
2014-02-17 13:11:24 UTC (rev 17322)
+++
mimir/trunk/mimir-core/src/gate/mimir/index/OriginalMarkupMetadataHelper.java
2014-02-17 14:54:55 UTC (rev 17323)
@@ -470,7 +470,7 @@
if(first) first = false;
else str.append(' ');
str.append(tagDescriptors.get(aTag[0])).append('(').append(aTag[1])
- .append(':').append(aTag[2]).append(')');
+ .append(':').append(aTag[2]).append(")\n");
}
return str.toString();
}
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Android apps run on BlackBerry 10
Introducing the new BlackBerry 10.2.1 Runtime for Android apps.
Now with support for Jelly Bean, Bluetooth, Mapview and more.
Get your Android app in front of a whole new audience. Start now.
http://pubads.g.doubleclick.net/gampad/clk?id=124407151&iu=/4140/ostg.clktrk
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs