summaryrefslogtreecommitdiffstats
path: root/docproc
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2022-03-07 17:26:32 +0100
committergjoranv <gv@verizonmedia.com>2022-03-07 17:38:30 +0100
commit93bbd6129d452fa3445688db478fea5f07f4aaae (patch)
tree08acaa11a368176cca49b527a48ee1af2f407428 /docproc
parent82dcc119915be3c55af0bb78eac0698f8d0d33cf (diff)
Update javadoc with appropriate action for getService()
Diffstat (limited to 'docproc')
-rw-r--r--docproc/src/main/java/com/yahoo/docproc/Processing.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/docproc/src/main/java/com/yahoo/docproc/Processing.java b/docproc/src/main/java/com/yahoo/docproc/Processing.java
index 47ebb6a7988..a3293b90bfe 100644
--- a/docproc/src/main/java/com/yahoo/docproc/Processing.java
+++ b/docproc/src/main/java/com/yahoo/docproc/Processing.java
@@ -166,9 +166,9 @@ public class Processing {
* if #getServiceName returns a name that is not registered in {@link com.yahoo.docproc.DocprocService}.
*
* @return the service processing this, or null if unknown.
- * @deprecated Use TBD instead
+ * @deprecated Formerly used to retrieve the {@link com.yahoo.document.DocumentTypeManager},
+ * which can now be directly injected via your component constructor.
*/
- // TODO: used to getService().getDocumentTypeManager() in subclasses of DocumentProcessor
@Deprecated(forRemoval = true, since="7")
@SuppressWarnings("removal") // TODO Vespa 8: remove
public DocprocService getService() {