We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f636d8e commit c8fa973Copy full SHA for c8fa973
test/framework/src/main/java/org/elasticsearch/test/AbstractWireTestCase.java
@@ -54,7 +54,7 @@ public abstract class AbstractWireTestCase<T> extends ESTestCase {
54
* Tests that the equals and hashcode methods are consistent and copied
55
* versions of the instance are equal.
56
*/
57
- public void testEqualsAndHashcode() {
+ public final void testEqualsAndHashcode() {
58
for (int runs = 0; runs < NUMBER_OF_TEST_RUNS; runs++) {
59
T testInstance = createTestInstance();
60
try {
0 commit comments