293294295296297298299300
{ if (this.torrent != null) {return this.torrent;} TOTorrent torrent = download_manager.getTorrent(); if (torrent == null) {return null;} this.torrent = new TorrentImpl(torrent); return this.torrent; }