* Fixed Syndie's Sucker to not explicitly reference something only found
in sun's JVM (thanks cervantes!)
This commit is contained in:
@ -21,7 +21,7 @@ import java.util.Iterator;
|
|||||||
import java.util.List;
|
import java.util.List;
|
||||||
import java.util.ListIterator;
|
import java.util.ListIterator;
|
||||||
|
|
||||||
import sun.security.provider.SHA;
|
//import sun.security.provider.SHA;
|
||||||
|
|
||||||
import com.sun.syndication.feed.atom.Entry;
|
import com.sun.syndication.feed.atom.Entry;
|
||||||
import com.sun.syndication.feed.synd.SyndCategory;
|
import com.sun.syndication.feed.synd.SyndCategory;
|
||||||
@ -632,4 +632,4 @@ class SuckerFetchListener implements EepGet.StatusListener {
|
|||||||
// ignore
|
// ignore
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -1,7 +1,9 @@
|
|||||||
$Id: history.txt,v 1.295 2005/10/14 08:48:05 jrandom Exp $
|
$Id: history.txt,v 1.296 2005/10/14 10:05:26 jrandom Exp $
|
||||||
|
|
||||||
2005-10-14 jrandom
|
2005-10-14 jrandom
|
||||||
* More explicit filter for linux/PPC building (thanks anon!)
|
* More explicit filter for linux/PPC building (thanks anon!)
|
||||||
|
* Fixed Syndie's Sucker to not explicitly reference something only found
|
||||||
|
in sun's JVM (thanks cervantes!)
|
||||||
|
|
||||||
* 2005-10-14 0.6.1.3 released
|
* 2005-10-14 0.6.1.3 released
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user