From 2ca4e632168492a5e89b8fbcb27de1320a301676 Mon Sep 17 00:00:00 2001 From: jrandom Date: Fri, 14 Oct 2005 16:02:38 +0000 Subject: [PATCH] * Fixed Syndie's Sucker to not explicitly reference something only found in sun's JVM (thanks cervantes!) --- apps/syndie/java/src/net/i2p/syndie/Sucker.java | 4 ++-- history.txt | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/apps/syndie/java/src/net/i2p/syndie/Sucker.java b/apps/syndie/java/src/net/i2p/syndie/Sucker.java index f0a3e70dd..786c2f7a0 100644 --- a/apps/syndie/java/src/net/i2p/syndie/Sucker.java +++ b/apps/syndie/java/src/net/i2p/syndie/Sucker.java @@ -21,7 +21,7 @@ import java.util.Iterator; import java.util.List; 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.synd.SyndCategory; @@ -632,4 +632,4 @@ class SuckerFetchListener implements EepGet.StatusListener { // ignore } -} \ No newline at end of file +} diff --git a/history.txt b/history.txt index 12405c0d9..649ab2e11 100644 --- a/history.txt +++ b/history.txt @@ -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 * 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