Axis2 Performance / Quotable Quotes from woodstox
While i was working on enhancing Axis2 Performance, this caught my eye and absolutely made my day as my 3 year old is a huge fan!.
if (ix >= 0) {
if (!mFixContent) { // Can we fix it?
return ix;
}
// Yes we can! (...Bob the Builder...)
writeSegmentedComment(data, ix);
return -1;
}