1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-19 14:15:50 +02:00

Corrected Javadoc.

This commit is contained in:
Sergey Prigogin 2013-02-05 13:27:06 -08:00
parent edeaaa91bf
commit 9464c48491

View file

@ -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;