Skip to content

Commit 90b3986

Browse files
committed
Apply review comment
1 parent 9581356 commit 90b3986

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/ml/dataframe/analyses/DataFrameAnalysis.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,9 @@ public interface DataFrameAnalysis extends ToXContentObject, NamedWriteable {
4444
/**
4545
* Returns fields for which the mappings should be either predefined or copied from source index to destination index.
4646
*
47+
* @param mappingsProperties mappings.properties portion of the index mappings
4748
* @param resultsFieldName name of the results field under which all the results are stored
48-
* @return {@link List} containing fields for which the mappings should be handled explicitly
49+
* @return {@link Map} containing fields for which the mappings should be handled explicitly
4950
*/
5051
Map<String, Object> getExplicitlyMappedFields(Map<String, Object> mappingsProperties, String resultsFieldName);
5152

0 commit comments

Comments
 (0)