diff options
| author | Tom Tromey <tromey@redhat.com> | 2002-07-27 00:53:42 +0000 |
|---|---|---|
| committer | Tom Tromey <tromey@gcc.gnu.org> | 2002-07-27 00:53:42 +0000 |
| commit | 92847c03ab287e822a35e7eb3539d3124be20a12 (patch) | |
| tree | 2c4c3ccf2fb6b6d76d5c6a65bb330b3f7cd3d09c /libjava/java/net/Authenticator.java | |
| parent | 1d49f58aff10e3102e989ec4185923c182c46e55 (diff) | |
Authenticator.java: New version from Classpath.
* java/net/Authenticator.java: New version from Classpath.
* java/net/DatagramSocketImpl.java: New version from Classpath.
From-SVN: r55789
Diffstat (limited to 'libjava/java/net/Authenticator.java')
| -rw-r--r-- | libjava/java/net/Authenticator.java | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libjava/java/net/Authenticator.java b/libjava/java/net/Authenticator.java index e056259741d..8dbf0f7c18c 100644 --- a/libjava/java/net/Authenticator.java +++ b/libjava/java/net/Authenticator.java @@ -38,10 +38,10 @@ exception statement from your version. */ package java.net; /** - * Sometimes a network operation (such as hitting a password protected - * web site) will require authentication information in the form of a - * username and password. This abstract class provides a model for - * obtaining that information. + * This abstract class provides a model for obtaining authentication + * information (in the form of a username and password) required by + * some network operations (such as hitting a password protected + * web site). * <p> * To make use of this feature, a programmer must create a subclass of * Authenticator that knows how to obtain the necessary info. An example |
