259260261262263264265266267268269
thread0.join(); thread1.join(); } catch (final InterruptedException e) { log.error(e.getMessage(), e); } rdftermsRepresentations.release(); } }; codeMapConstructionThread.start();