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:
parent
4a4d247e2f
commit
31a23d3fc0
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue