marcsaeg 02/04/15 11:35:29
Modified: httpclient/src/java/org/apache/commons/httpclient
HttpConnectionManager.java
Log:
Fixed the readability of the JavaDoc.
Submitted by: [EMAIL PROTECTED]
Revision Changes Path
1.5 +5 -6
jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/HttpConnectionManager.java
Index: HttpConnectionManager.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/HttpConnectionManager.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- HttpConnectionManager.java 12 Apr 2002 21:11:34 -0000 1.4
+++ HttpConnectionManager.java 15 Apr 2002 18:35:29 -0000 1.5
@@ -1,7 +1,7 @@
/*
- * $Header:
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/HttpConnectionManager.java,v
1.4 2002/04/12 21:11:34 marcsaeg Exp $
- * $Revision: 1.4 $
- * $Date: 2002/04/12 21:11:34 $
+ * $Header:
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/HttpConnectionManager.java,v
1.5 2002/04/15 18:35:29 marcsaeg Exp $
+ * $Revision: 1.5 $
+ * $Date: 2002/04/15 18:35:29 $
* ====================================================================
*
* The Apache Software License, Version 1.1
@@ -320,8 +320,8 @@
/**
* In getConnection, if the maximum number of connections has already
* been reached the call will block. This class is used to help provide
- * a timeout facility for this wait. Because does not provide a way to
- * determine if wait() returned due to a notify() or a timeout we need
+ * a timeout facility for this wait. Because Java does not provide a way to
+ * determine if wait() returned due to a notify() or a timeout, we need
* an outside mechanism to interrupt the waiting thread after the specified
* timeout interval.
*/
@@ -368,4 +368,3 @@
}
}
}
-
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>