summaryrefslogtreecommitdiffstats
path: root/vespaclient-core
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@yahoo-inc.com>2016-11-01 10:47:20 +0100
committerJon Bratseth <bratseth@yahoo-inc.com>2016-11-01 10:47:20 +0100
commitfcec9a23b90e2de0f240f2f7fcf2413d2351b1c6 (patch)
tree458204fde1a9201ddc734ab8fa723d75afc0c149 /vespaclient-core
parent336cd9cdcf87830070d86ec698c290ec8ea1f5e6 (diff)
Mark for deprecation
Diffstat (limited to 'vespaclient-core')
-rw-r--r--vespaclient-core/pom.xml1
-rw-r--r--vespaclient-core/src/main/java/com/yahoo/feedhandler/package-info.java3
2 files changed, 3 insertions, 1 deletions
diff --git a/vespaclient-core/pom.xml b/vespaclient-core/pom.xml
index 660d3326f49..5abb9f7f5fa 100644
--- a/vespaclient-core/pom.xml
+++ b/vespaclient-core/pom.xml
@@ -1,5 +1,6 @@
<?xml version="1.0"?>
<!-- Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
+<!-- TODO: Remove this module on Vespa 7 -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
diff --git a/vespaclient-core/src/main/java/com/yahoo/feedhandler/package-info.java b/vespaclient-core/src/main/java/com/yahoo/feedhandler/package-info.java
index 309adee673b..5beebe564cb 100644
--- a/vespaclient-core/src/main/java/com/yahoo/feedhandler/package-info.java
+++ b/vespaclient-core/src/main/java/com/yahoo/feedhandler/package-info.java
@@ -1,6 +1,7 @@
// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+// TODO: This implements the old, deprecated document HTTP= API. Remove on Vespa 7
/**
- * Exported not as an API, but specificalle for SSBE.
+ * Exported not as an API, but specifically for SSBE.
*/
@ExportPackage
package com.yahoo.feedhandler;