diff options
author | 2007-04-27 12:33:34 +0000 | |
---|---|---|
committer | 2007-04-27 12:33:34 +0000 | |
commit | 493f1a7b8a03fd513007c63a19eaa9c2bb55fe83 (patch) | |
tree | 3d308dd3fc16b00eb912ecb1b2cfbbc9c90e6dfd /dev-java/commons-httpclient/files | |
parent | Stylistic cleanup. (diff) | |
download | historical-493f1a7b8a03fd513007c63a19eaa9c2bb55fe83.tar.gz historical-493f1a7b8a03fd513007c63a19eaa9c2bb55fe83.tar.bz2 historical-493f1a7b8a03fd513007c63a19eaa9c2bb55fe83.zip |
Tweak style, install also user documentation with javadocs.
Package-Manager: portage-2.1.2.4
Diffstat (limited to 'dev-java/commons-httpclient/files')
-rw-r--r-- | dev-java/commons-httpclient/files/jikes.diff | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/dev-java/commons-httpclient/files/jikes.diff b/dev-java/commons-httpclient/files/jikes.diff deleted file mode 100644 index 35d9e2d5a888..000000000000 --- a/dev-java/commons-httpclient/files/jikes.diff +++ /dev/null @@ -1,12 +0,0 @@ -diff -uprN commons-httpclient-2.0.orig/src/java/org/apache/commons/httpclient/MultiThreadedHttpConnectionManager.java commons-httpclient-2.0/src/java/org/apache/commons/httpclient/MultiThreadedHttpConnectionManager.java ---- commons-httpclient-2.0.orig/src/java/org/apache/commons/httpclient/MultiThreadedHttpConnectionManager.java 2004-12-24 23:22:12.974827736 +0100 -+++ commons-httpclient-2.0/src/java/org/apache/commons/httpclient/MultiThreadedHttpConnectionManager.java 2004-12-24 23:23:04.863939392 +0100 -@@ -725,7 +725,7 @@ public class MultiThreadedHttpConnection - private static class ConnectionSource { - - /** The connection pool that created the connection */ -- public ConnectionPool connectionPool; -+ public org.apache.commons.httpclient.MultiThreadedHttpConnectionManager.ConnectionPool connectionPool; - - /** The connection's host configuration */ - public HostConfiguration hostConfiguration; |