diff options
| author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2015-08-13 14:11:12 +0100 | 
|---|---|---|
| committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2015-08-13 14:11:12 +0100 | 
| commit | a03fa19b870381c11824c313114e63e553585066 (patch) | |
| tree | cef9eb4dee6ac8a1a2ac7287e0af7d04f6faf100 | |
| parent | aad0666ef2f5463bb7e746318a902ebee57e3e86 (diff) | |
| download | lombok-a03fa19b870381c11824c313114e63e553585066.tar.gz lombok-a03fa19b870381c11824c313114e63e553585066.tar.bz2 lombok-a03fa19b870381c11824c313114e63e553585066.zip | |
[trivial][typo] typofixing some internal javadoc.
| -rw-r--r-- | src/core/lombok/eclipse/EclipseASTVisitor.java | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/core/lombok/eclipse/EclipseASTVisitor.java b/src/core/lombok/eclipse/EclipseASTVisitor.java index aa19adc6..f5b49cbb 100644 --- a/src/core/lombok/eclipse/EclipseASTVisitor.java +++ b/src/core/lombok/eclipse/EclipseASTVisitor.java @@ -40,7 +40,7 @@ import org.eclipse.jdt.internal.compiler.ast.TypeDeclaration;  import org.eclipse.jdt.internal.compiler.ast.TypeReference;  /** - * Implement so you can ask any JavacAST.Node to traverse depth-first through all children, + * Implement so you can ask any EclipseAST.Node to traverse depth-first through all children,   * calling the appropriate visit and endVisit methods.   */  public interface EclipseASTVisitor { | 
