We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4953636 commit 892d97dCopy full SHA for 892d97d
modules/ingest-geoip/src/main/java/org/elasticsearch/ingest/geoip/EnterpriseGeoIpTaskState.java
@@ -142,7 +142,7 @@ public void writeTo(StreamOutput out) throws IOException {
142
* Retrieves the geoip downloader's task state from the cluster state. This may return null in some circumstances,
143
* for example if the geoip downloader task hasn't been created yet (which it wouldn't be if it's disabled).
144
*
145
- * @param state the cluster state to read the task state from
+ * @param projectMetadata the project metatdata to read the task state from
146
* @return the geoip downloader's task state or null if there is not a state to read
147
*/
148
@Nullable
0 commit comments