Normalize spelling to US English

This commit is contained in:
Gary Gregory 2023-10-31 06:18:55 -04:00
parent ce4d2c8b17
commit 78a83e662b

View File

@ -406,8 +406,8 @@ public class ObjectGraphIteratorTest extends AbstractIteratorTest<Object> {
return color;
}
void setColor(final String colour) {
this.color = colour;
void setColor(final String color) {
this.color = color;
}
}