Skip to content

Commit 892d97d

Browse files
committed
fix doc
1 parent 4953636 commit 892d97d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ingest-geoip/src/main/java/org/elasticsearch/ingest/geoip/EnterpriseGeoIpTaskState.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ public void writeTo(StreamOutput out) throws IOException {
142142
* Retrieves the geoip downloader's task state from the cluster state. This may return null in some circumstances,
143143
* for example if the geoip downloader task hasn't been created yet (which it wouldn't be if it's disabled).
144144
*
145-
* @param state the cluster state to read the task state from
145+
* @param projectMetadata the project metatdata to read the task state from
146146
* @return the geoip downloader's task state or null if there is not a state to read
147147
*/
148148
@Nullable

0 commit comments

Comments
 (0)