|
From: Paul G. <pa...@us...> - 2005-04-20 18:24:13
|
Update of /cvsroot/azureus/azureus2/org/gudy/azureus2/pluginsimpl/local/disk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30858/org/gudy/azureus2/pluginsimpl/local/disk Modified Files: DiskManagerFileInfoImpl.java Log Message: make skeleton file info available for stopped torrents Index: DiskManagerFileInfoImpl.java =================================================================== RCS file: /cvsroot/azureus/azureus2/org/gudy/azureus2/pluginsimpl/local/disk/DiskManagerFileInfoImpl.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- DiskManagerFileInfoImpl.java 26 May 2004 04:56:24 -0000 1.1 +++ DiskManagerFileInfoImpl.java 20 Apr 2005 18:23:34 -0000 1.2 @@ -85,7 +85,6 @@ public Download getDownload() throws DownloadException { - DiskManager coreDM = core.getDiskManager(); - return DownloadManagerImpl.getDownloadStatic( coreDM.getDownloadManager()); - } + return DownloadManagerImpl.getDownloadStatic( core.getDownloadManager()); + } } |