Normalize spelling to US English
This commit is contained in:
@@ -203,7 +203,7 @@ public class ChildFirstTestCase extends TestCase {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Test that the various flavours of ClassLoader.getResource work as expected.
|
* Test that the various flavors of ClassLoader.getResource work as expected.
|
||||||
*/
|
*/
|
||||||
public void testResource() {
|
public void testResource() {
|
||||||
URL resource;
|
URL resource;
|
||||||
@@ -262,7 +262,7 @@ public class ChildFirstTestCase extends TestCase {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Test that the various flavours of ClassLoader.getResources work as expected.
|
* Test that the various flavors of ClassLoader.getResources work as expected.
|
||||||
*/
|
*/
|
||||||
public void testResources() throws Exception {
|
public void testResources() throws Exception {
|
||||||
Enumeration resources;
|
Enumeration resources;
|
||||||
|
|||||||
@@ -201,7 +201,7 @@ public class ParentFirstTestCase extends TestCase {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Test that the various flavours of ClassLoader.getResource work as expected.
|
* Test that the various flavors of ClassLoader.getResource work as expected.
|
||||||
*/
|
*/
|
||||||
public void testResource() {
|
public void testResource() {
|
||||||
URL resource;
|
URL resource;
|
||||||
@@ -260,7 +260,7 @@ public class ParentFirstTestCase extends TestCase {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Test that the various flavours of ClassLoader.getResources work as expected.
|
* Test that the various flavors of ClassLoader.getResources work as expected.
|
||||||
*/
|
*/
|
||||||
public void testResources() throws Exception {
|
public void testResources() throws Exception {
|
||||||
Enumeration resources;
|
Enumeration resources;
|
||||||
|
|||||||
Reference in New Issue
Block a user