summaryrefslogtreecommitdiffstats
path: root/vespa-http-client/src/main/java/com/yahoo/vespa/http/client/package-info.java
diff options
context:
space:
mode:
Diffstat (limited to 'vespa-http-client/src/main/java/com/yahoo/vespa/http/client/package-info.java')
-rw-r--r--vespa-http-client/src/main/java/com/yahoo/vespa/http/client/package-info.java5
1 files changed, 1 insertions, 4 deletions
diff --git a/vespa-http-client/src/main/java/com/yahoo/vespa/http/client/package-info.java b/vespa-http-client/src/main/java/com/yahoo/vespa/http/client/package-info.java
index b14c2ffa4cc..c54c19a2eb1 100644
--- a/vespa-http-client/src/main/java/com/yahoo/vespa/http/client/package-info.java
+++ b/vespa-http-client/src/main/java/com/yahoo/vespa/http/client/package-info.java
@@ -1,10 +1,7 @@
// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
/**
* Programmatic API for feeding to Vespa clusters independently of the
- * cluster configuration. {@link com.yahoo.vespa.http.client.Session}
- * is the central interface which is used to interact with a cluster.
- * Use {@link com.yahoo.vespa.http.client.SessionFactory} to
- * instantiate a {@link com.yahoo.vespa.http.client.Session}.
+ * cluster configuration.
*
* NOTE: This is a PUBLIC API, but not annotated as such because this is not a bundle and
* we don't want to introduce Vespa dependencies.