From fbf7f0c6368d75f73acfd73a9e989ec93c734166 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A1lint=20Hegyi?= Date: Wed, 21 Aug 2024 11:34:27 +0100 Subject: [PATCH] Polish docs --- .../org/gradle/declarative/lsp/visitor/DocumentNodeVisitor.kt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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