Skip to content

Commit 762d2f7

Browse files
add class level javadoc
1 parent b647352 commit 762d2f7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

server/src/main/java/org/elasticsearch/script/IngestScript.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222

2323
import java.util.Map;
2424

25+
/**
26+
* A script used by the Ingest Script Processor.
27+
*/
2528
public abstract class IngestScript {
2629

2730
public static final String[] PARAMETERS = { "ctx" };

0 commit comments

Comments
 (0)