/[classpath]/inetlib/source/gnu/inet/pop3/POP3Connection.java
ViewVC logotype

Diff of /inetlib/source/gnu/inet/pop3/POP3Connection.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by dog, Mon Oct 20 18:46:54 2003 UTC revision 1.4 by dog, Mon Nov 17 17:41:33 2003 UTC
# Line 260  public class POP3Connection Line 260  public class POP3Connection
260          }          }
261        }        }
262      }      }
263      catch(SaslException e)      catch (SaslException e)
264      {      {
265        return false;             // No provider for mechanism        return false;             // No provider for mechanism
266      }      }
267      catch(ClassNotFoundException e)      catch (RuntimeException e)
268      {      {
269        return false;             // No javax.security.sasl classes        return false;             // No javax.security.sasl classes
270      }      }
# Line 372  public class POP3Connection Line 372  public class POP3Connection
372    
373          return true;          return true;
374      }      }
375      catch(ClassNotFoundException e)      catch (RuntimeException e)
376      {      {
377        return false;             // No javax.net classes in runtime        return false;             // No javax.net classes in runtime
378      }      }

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26