Add data source id support to Java bindings

This commit is contained in:
Richard Cordovano 2016-01-24 15:59:05 -05:00
parent bd52e3abc1
commit ca47a51150

View File

@ -102,12 +102,12 @@ class AddImageTask implements Runnable {
currDir)); currDir));
} }
} }
// this sleep here prevents the UI from locking up // this sleep here prevents the UI from locking up
// due to too frequent updates to the progressMonitor above // due to too frequent updates to the progressMonitor above
Thread.sleep(500); Thread.sleep(500);
} }
} catch (InterruptedException ie) { } catch (InterruptedException ie) {
// nothing to do, thread was interrupted externally // nothing to do, thread was interrupted externally
// signaling the end of AddImageProcess // signaling the end of AddImageProcess
} }
} }