summaryrefslogtreecommitdiffstats
path: root/config-model-api
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2020-11-02 09:54:55 +0100
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2020-11-02 09:54:55 +0100
commit89c43763d88b080840dcbb07b42d35c16a38d5fe (patch)
treea1e681a2e95fe97ca69235db65e9a36763ff88a1 /config-model-api
parentf4d10a0528531098f8987dc090e9939c50869c31 (diff)
Fix typo in Javadoc comment
Diffstat (limited to 'config-model-api')
-rw-r--r--config-model-api/src/main/java/com/yahoo/config/model/api/ConfigChangeReindexAction.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-model-api/src/main/java/com/yahoo/config/model/api/ConfigChangeReindexAction.java b/config-model-api/src/main/java/com/yahoo/config/model/api/ConfigChangeReindexAction.java
index 008b7f30fc6..d8ca3369874 100644
--- a/config-model-api/src/main/java/com/yahoo/config/model/api/ConfigChangeReindexAction.java
+++ b/config-model-api/src/main/java/com/yahoo/config/model/api/ConfigChangeReindexAction.java
@@ -15,6 +15,6 @@ public interface ConfigChangeReindexAction extends ConfigChangeAction {
/** @return name identifying this kind of change, used to identify names which should be allowed */
String name();
- /** @return name of the document type that must bed re-indexed, or empty if all document types */
+ /** @return name of the document type that must be re-indexed, or empty if all document types */
Optional<String> getDocumentType();
}