Small correction in comments (#41623)
This commit is contained in:
parent
bf1a70f242
commit
728fe2d409
|
@ -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++) {
|
||||
|
|
Loading…
Reference in New Issue