146147148149150151152153154155156
} catch (Exception e) { e.printStackTrace(); } finally { if (dataFilesFRS != null) dataFilesFRS.shutdown(); alreadyProcessedPropFiles.clear(); linker.clear(); } }
192193194195196197198199200201202
} } catch (Exception e) { e.printStackTrace(); } finally { if (frs != null) frs.shutdown(); RetrievalSetup.this.downloadingProps = false; } } }).start();
193194195196197198199200201202203