misc
[phpeclipse.git] / archive / net.sourceforge.phpeclipse.news / src / net / sourceforge / phpeclipse / news / Channel.java
index 8b22c55..3339e8d 100644 (file)
@@ -4,7 +4,6 @@ import java.io.InputStream;
 import java.io.PushbackInputStream;
 import java.net.URL;
 import java.net.URLConnection;
-import java.net.UnknownHostException;
 import java.util.ArrayList;
 import java.util.HashSet;
 
@@ -20,7 +19,7 @@ import org.xml.sax.InputSource;
 /**
  * @author jnegre - http://www.jnegre.org/
  *
- * (c)Copyright 2002 Jérôme Nègre
+ * (c)Copyright 2002 J�r�me N�gre
  * 
  */
 public class Channel {
@@ -101,8 +100,6 @@ public class Channel {
                 
             }
             this.readUids = null;
-        } catch(UnknownHostException e) {
-          // no connection to internet
         } catch(Exception e) {
             newErrorMessage = e.toString();
             Plugin.logInfo("Error in channel update",e);