elasticsearch/qa/smoke-test-http
Armin Braun 588fed797b
Remove redundant ActionType classes (#101037)
Got asked why we have these classes again last night ... figured I'd
remove some of them to get us going here.

None of these classes are necessary, we can just inline all of these
away and make `ActionType` itself final or a record now that the action
type consists only in name and reader. See #97721 that made these things
redundant I think.
2023-10-18 06:14:12 -04:00
..
src/javaRestTest/java/org/elasticsearch Remove redundant ActionType classes (#101037) 2023-10-18 06:14:12 -04:00
build.gradle Refactor RestMainAction into separate module (#95881) 2023-05-10 14:39:00 +02:00