Package org.openrewrite.java.internal
Class JavaWhitespaceValidationService
java.lang.Object
org.openrewrite.java.internal.JavaWhitespaceValidationService
- All Implemented Interfaces:
org.openrewrite.internal.WhitespaceValidationService
public class JavaWhitespaceValidationService
extends Object
implements org.openrewrite.internal.WhitespaceValidationService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.openrewrite.TreeVisitor<?,org.openrewrite.ExecutionContext>
-
Constructor Details
-
JavaWhitespaceValidationService
public JavaWhitespaceValidationService()
-
-
Method Details
-
getVisitor
public org.openrewrite.TreeVisitor<?,org.openrewrite.ExecutionContext> getVisitor()- Specified by:
getVisitorin interfaceorg.openrewrite.internal.WhitespaceValidationService
-