--- HttpConnection.java.orig 2004-12-20 13:33:36.175976976 +0100
+++ HttpConnection.java 2004-12-20 13:36:29.222669880 +0100
@@ -1177,7 +1177,13 @@
}
/**
+ * Determines if this connection is currently locked. A connection can
+ * only be released (see {@link #releaseConnection()}) if it is not
+ * locked.
+ *
* @return
+ * true if this connection is currently locked, or
+ * false if it is not.
*
* @since 3.0
*/
@@ -1186,7 +1192,11 @@
}
/**
+ * Marks this connection as locked or unlocked.
+ *
* @param locked
+ * true if this connection should be locked,
+ * false if it should be unlocked.
*
* @since 3.0
*/