mirror of
https://github.com/apache/commons-collections.git
synced 2025-02-08 11:05:46 +00:00
Normalize spelling to US English
This commit is contained in:
parent
ce4d2c8b17
commit
78a83e662b
@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user