mirror of
https://github.com/apache/commons-collections.git
synced 2025-02-06 10:09:16 +00:00
Fix typo.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1454712 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8b9a79d087
commit
83371b380d
@ -294,9 +294,9 @@ class BulkTestSuiteMaker {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Makes a hierarchal TestSuite based on the starting class.
|
* Makes a hierarchical TestSuite based on the starting class.
|
||||||
*
|
*
|
||||||
* @return the hierarchal TestSuite for startingClass
|
* @return the hierarchical TestSuite for startingClass
|
||||||
*/
|
*/
|
||||||
public TestSuite make() {
|
public TestSuite make() {
|
||||||
this.result = new TestSuite();
|
this.result = new TestSuite();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user