On 05/20/2014 07:15 PM, [email protected] wrote:
@@ -336,8 +346,8 @@ public class Span implements Comparable<
toStringBuffer.append(getEnd());
toStringBuffer.append(")");
if (getType() != null) {
- toStringBuffer.append(" ");
- toStringBuffer.append(getType());
+ toStringBuffer.append(" ");
+ toStringBuffer.append(getType());
}
It would probably be nice to print out the prob as part of toString. Jörn
