mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 01:36:01 +02:00
Cosmetics.
This commit is contained in:
parent
e9e53fb9fa
commit
2f38016b98
4 changed files with 6 additions and 6 deletions
|
@ -125,7 +125,7 @@ public class NodeCommentMapTest extends TestCase {
|
||||||
}
|
}
|
||||||
|
|
||||||
//=== Internal Comment class for testing
|
//=== Internal Comment class for testing
|
||||||
private class Comment extends ASTNode implements IASTComment {
|
private static class Comment extends ASTNode implements IASTComment {
|
||||||
private char[] comment;
|
private char[] comment;
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Add table
Reference in a new issue