Small correction in comments (#41623)

This commit is contained in:
Sandmannn 2019-05-02 14:26:56 +02:00 committed by Alpar Torok
parent bf1a70f242
commit 728fe2d409
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ public abstract class AbstractWireTestCase<T> extends ESTestCase {
/**
* Tests that the equals and hashcode methods are consistent and copied
* versions of the instance have are equal.
* versions of the instance are equal.
*/
public final void testEqualsAndHashcode() {
for (int runs = 0; runs < NUMBER_OF_TEST_RUNS; runs++) {