Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2011-05-27 16:27:31 +0000
committerEike Stepper2011-05-27 16:27:31 +0000
commitc246f8088a2ed361362a004ddacb38115ab73157 (patch)
tree2a4ea060d326742a24bd0457c923332c6cdd7236 /plugins/org.eclipse.net4j.http
parent3ebb780c02f95155da18fd1f04357744293de48b (diff)
downloadcdo-c246f8088a2ed361362a004ddacb38115ab73157.tar.gz
cdo-c246f8088a2ed361362a004ddacb38115ab73157.tar.xz
cdo-c246f8088a2ed361362a004ddacb38115ab73157.zip
docs
Diffstat (limited to 'plugins/org.eclipse.net4j.http')
-rw-r--r--plugins/org.eclipse.net4j.http/src/org/eclipse/net4j/http/HTTPUtil.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/org.eclipse.net4j.http/src/org/eclipse/net4j/http/HTTPUtil.java b/plugins/org.eclipse.net4j.http/src/org/eclipse/net4j/http/HTTPUtil.java
index 05527b52aa..e59d53dcff 100644
--- a/plugins/org.eclipse.net4j.http/src/org/eclipse/net4j/http/HTTPUtil.java
+++ b/plugins/org.eclipse.net4j.http/src/org/eclipse/net4j/http/HTTPUtil.java
@@ -15,6 +15,8 @@ import org.eclipse.net4j.internal.http.HTTPConnectorFactory;
import org.eclipse.net4j.util.container.IManagedContainer;
/**
+ * A utility class with static convenience methods.
+ *
* @author Eike Stepper
*/
public final class HTTPUtil

Back to the top