File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -656,5 +656,3 @@ CHANGE_POINT_UNQUOTED_IDENTIFIER: UNQUOTED_IDENTIFIER -> type(UNQUOTED_IDENTIFIE
656656CHANGE_POINT_LINE_COMMENT : LINE_COMMENT -> channel(HIDDEN );
657657CHANGE_POINT_MULTILINE_COMMENT : MULTILINE_COMMENT -> channel(HIDDEN );
658658CHANGE_POINT_WS : WS -> channel(HIDDEN );
659-
660- // TODO: CHANGE_POINT_ON, CHANGE_POINT_AS
Original file line number Diff line number Diff line change 3737
3838 exports org .elasticsearch .xpack .ml ;
3939 exports org .elasticsearch .xpack .ml .action ;
40+ exports org .elasticsearch .xpack .ml .aggs ;
4041 exports org .elasticsearch .xpack .ml .aggs .categorization ;
42+ exports org .elasticsearch .xpack .ml .aggs .changepoint ;
4143 exports org .elasticsearch .xpack .ml .autoscaling ;
4244 exports org .elasticsearch .xpack .ml .job .categorization ;
4345 exports org .elasticsearch .xpack .ml .notifications ;
44- exports org .elasticsearch .xpack .ml .aggs .changepoint ;
45- exports org .elasticsearch .xpack .ml .aggs ;
46+
4647}
You can’t perform that action at this time.
0 commit comments