[Apt-got-cvs-commits] apt-got/src/com/debianmirror/util CollectionHelper.java,1.2,1.3
Status: Beta
Brought to you by:
dun3
From: Tobias H. <du...@bt...> - 2004-06-01 19:05:29
|
Update of /var/lib/cvs/apt-got/apt-got/src/com/debianmirror/util In directory btfmx2:/tmp/cvs-serv13469/src/com/debianmirror/util Modified Files: CollectionHelper.java Log Message: Minor upgrades for the Purger. Now DebianMirrorFiles that got obsolete but still are in the FileCache get purged correctly. Index: CollectionHelper.java =================================================================== RCS file: /var/lib/cvs/apt-got/apt-got/src/com/debianmirror/util/CollectionHelper.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** CollectionHelper.java 1 Jun 2004 18:23:45 -0000 1.2 --- CollectionHelper.java 1 Jun 2004 19:05:17 -0000 1.3 *************** *** 42,46 **** * <br />A list of all found keys. One key per line. * ! * @param set the <code>Set</code> to use. * @return the generated <code>String</code>. */ --- 42,46 ---- * <br />A list of all found keys. One key per line. * ! * @param s the <code>Set</code> to use. * @return the generated <code>String</code>. */ |