192193194195196197198199200201202
String content; try { prep.prepare(doc); content = prep.getCleanedContent(); prep.cleanUp(); profiler.stopMeasuring(docFileArr[i].length()); } catch (Throwable thr) { profiler.abortMeasuring(); throw thr; }