File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed
rewrite-csharp/src/main/java/org/openrewrite/csharp Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 1515 */
1616package org .openrewrite .csharp ;
1717
18+ import org .jspecify .annotations .Nullable ;
1819import org .openrewrite .*;
1920import org .openrewrite .internal .ListUtils ;
20- import org .openrewrite .internal .lang .Nullable ;
2121import org .openrewrite .marker .Markers ;
2222import org .openrewrite .tree .*;
2323import org .openrewrite .java .JavaVisitor ;
@@ -178,11 +178,6 @@ public J.ClassDeclaration visitClassDeclaration(J.ClassDeclaration classDeclarat
178178 return (J .ClassDeclaration ) super .visitClassDeclaration (classDeclaration , p );
179179 }
180180
181- @ Override
182- public J .CompilationUnit visitCompilationUnit (J .CompilationUnit compilationUnit , P p ) {
183- return (J .CompilationUnit ) super .visitCompilationUnit (compilationUnit , p );
184- }
185-
186181 @ Override
187182 public J .Continue visitContinue (J .Continue continue_ , P p ) {
188183 return (J .Continue ) super .visitContinue (continue_ , p );
Original file line number Diff line number Diff line change 1515 */
1616package org .openrewrite .csharp ;
1717
18+ import org .jspecify .annotations .Nullable ;
1819import org .openrewrite .*;
1920import org .openrewrite .internal .ListUtils ;
20- import org .openrewrite .internal .lang .Nullable ;
2121import org .openrewrite .marker .Markers ;
2222import org .openrewrite .tree .*;
2323import org .openrewrite .java .JavaVisitor ;
You can’t perform that action at this time.
0 commit comments