Skip to content

Commit 58c43f0

Browse files
committed
Revert "[Rule based auto-tagging] Add autotagging rule integration tests (#18550)"
This reverts commit 4b9aa27. Signed-off-by: Andrew Ross <[email protected]>
1 parent 7abef8c commit 58c43f0

File tree

2 files changed

+1
-871
lines changed

2 files changed

+1
-871
lines changed

modules/autotagging-commons/common/src/main/java/org/opensearch/rule/action/UpdateRuleResponse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public XContentBuilder toXContent(XContentBuilder builder, Params params) throws
6464
/**
6565
* rule getter
6666
*/
67-
public Rule getRule() {
67+
Rule getRule() {
6868
return rule;
6969
}
7070
}

0 commit comments

Comments
 (0)