OpenSearch/modules/systemd/src
Jason Tedor c329b454d9
Mark fields in SystemdPluginTests as final
These fields can be final, since they are set at construction, and
changing them after that could lead to some confusing test cases. This
commit allows the compiler to enforce that we never modify these values
during tests.
2019-07-24 17:16:50 +09:00
..
main Align assertion and enable check in systemd plugin 2019-07-24 16:34:42 +09:00
test/java/org/elasticsearch/systemd Mark fields in SystemdPluginTests as final 2019-07-24 17:16:50 +09:00