diff --git a/lsp/src/main/kotlin/org/gradle/declarative/lsp/visitor/DocumentNodeVisitor.kt b/lsp/src/main/kotlin/org/gradle/declarative/lsp/visitor/DocumentNodeVisitor.kt index 8fb4629..1872e1a 100644 --- a/lsp/src/main/kotlin/org/gradle/declarative/lsp/visitor/DocumentNodeVisitor.kt +++ b/lsp/src/main/kotlin/org/gradle/declarative/lsp/visitor/DocumentNodeVisitor.kt @@ -43,9 +43,7 @@ open class DocumentNodeVisitor { /** * Extension function to visit all nodes in a DeclarativeDocument. - * - * In order to use this, implement a subclass of [DocumentNodeVisitor] - * and override the methods you need to do the analysis. + * In order to use this, implement a subclass of [DocumentNodeVisitor] and override the methods you need. */ fun DeclarativeDocument.visit(visitor: T): T { // Initialize the list of nodes to visit with the root nodes of the forest