528529530531532533534535536537538
} if (doc.size() != end) { b.startAnnotation(key, null); b.skip(doc.size() - end); } b.endAnnotation(key); consume(b.build()); } finally { end(); } }
526527528529530531532533534535536