aboutsummaryrefslogtreecommitdiffstats
path: root/config-model
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@verizonmedia.com>2019-05-22 10:25:03 +0200
committerJon Bratseth <bratseth@verizonmedia.com>2019-05-22 10:25:03 +0200
commitf77c823a66ca1f59978720aefc8b5bb22ed799be (patch)
tree022bcd3c042d1e5e18160accba41243684aecd4e /config-model
parent004903ac4897fa720899372204756a80fec833f7 (diff)
Make javadoc markup xhtml compliant
Diffstat (limited to 'config-model')
-rw-r--r--config-model/src/main/java/com/yahoo/searchdefinition/Search.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-model/src/main/java/com/yahoo/searchdefinition/Search.java b/config-model/src/main/java/com/yahoo/searchdefinition/Search.java
index 215e4253d08..d5a8f6419fb 100644
--- a/config-model/src/main/java/com/yahoo/searchdefinition/Search.java
+++ b/config-model/src/main/java/com/yahoo/searchdefinition/Search.java
@@ -32,7 +32,7 @@ import java.util.stream.Stream;
/**
* A search definition describes (or uses) some document types, defines how these are turned into a relevancy tuned
- * index through indexing and how data from documents should be served at search time.</p> <p>The identity of this
+ * index through indexing and how data from documents should be served at search time. The identity of this
* class is its name.
*
* @author bratseth