1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Fixed compiler warning.

This commit is contained in:
Sergey Prigogin 2010-05-02 21:45:29 +00:00
parent 4a4d247e2f
commit 31a23d3fc0

View file

@ -32,7 +32,7 @@ import org.eclipse.jface.text.rules.IToken;
* Compares two <code>IParitionTokenScanner</code>s for conformance and performance. * Compares two <code>IParitionTokenScanner</code>s for conformance and performance.
*/ */
public class PartitionTokenScannerTest extends TestCase { public class PartitionTokenScannerTest extends TestCase {
static boolean PRINT_TIMING = false; private static boolean PRINT_TIMING = false;
private IPartitionTokenScanner fReference; private IPartitionTokenScanner fReference;
private IPartitionTokenScanner fTestee; private IPartitionTokenScanner fTestee;