mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
fix execution tests: queue should not pass through
This commit is contained in:
@@ -39,6 +39,7 @@ public class Extractor {
|
||||
|
||||
public Extractor(final InputStream stream, final Charset charset) {
|
||||
myStream = new SegmentedInputStream(stream, charset);
|
||||
myQueue.setPassThrough(false);//should be updated in awt thread
|
||||
}
|
||||
|
||||
public void setDispatchListener(final DispatchListener listener) {
|
||||
|
||||
Reference in New Issue
Block a user