From 34051218ef9aea5c7e4719064eb517abd2c639b6 Mon Sep 17 00:00:00 2001 From: tromey Date: Sat, 27 Jul 2002 00:53:42 +0000 Subject: * java/net/Authenticator.java: New version from Classpath. * java/net/DatagramSocketImpl.java: New version from Classpath. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55789 138bc75d-0d04-0410-961f-82ee72b054a4 --- libjava/java/net/Authenticator.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libjava/java/net/Authenticator.java') 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). *

* To make use of this feature, a programmer must create a subclass of * Authenticator that knows how to obtain the necessary info. An example -- cgit v1.2.3