mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-19 14:15:50 +02:00
Corrected Javadoc.
This commit is contained in:
parent
edeaaa91bf
commit
9464c48491
1 changed files with 0 additions and 1 deletions
|
@ -243,7 +243,6 @@ public class BaseTestCase extends TestCase {
|
|||
* in the log should fail the test. If the logged number of non-OK status objects
|
||||
* differs from the last value passed, the test is failed. If this method is not called
|
||||
* at all, the expected number defaults to zero.
|
||||
* @param value
|
||||
*/
|
||||
public void setExpectedNumberOfLoggedNonOKStatusObjects(int count) {
|
||||
fExpectedLoggedNonOK= count;
|
||||
|
|
Loading…
Add table
Reference in a new issue