File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -699,7 +699,7 @@ class Module extends TModule, ModuleDeclaration {
699699}
700700
701701/**
702- * Something that can be member of a module.
702+ * A member of a module.
703703 */
704704class ModuleMember extends TModuleMember , AstNode {
705705 /** Holds if this member is declared as `private`. */
Original file line number Diff line number Diff line change @@ -17,9 +17,7 @@ import codeql.IDEContextual
1717 */
1818external string selectedSourceFile ( ) ;
1919
20- /**
21- * Overrides the configuration to print only nodes in the selected source file.
22- */
20+ // Overrides the configuration to print only nodes in the selected source file.
2321class Cfg extends PrintAstConfiguration {
2422 override predicate shouldPrintNode ( AstNode n ) {
2523 super .shouldPrintNode ( n ) and
You can’t perform that action at this time.
0 commit comments