From 8534a8e0a552f21ad6479e94fad8db36e67d44d5 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Mon, 6 Jul 2009 06:08:05 +0200 Subject: Fixed javadoc problems, and added a javadoc target to the build script. --- src/lombok/eclipse/EclipseASTVisitor.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lombok/eclipse/EclipseASTVisitor.java') diff --git a/src/lombok/eclipse/EclipseASTVisitor.java b/src/lombok/eclipse/EclipseASTVisitor.java index ac4ed238..726d31f5 100644 --- a/src/lombok/eclipse/EclipseASTVisitor.java +++ b/src/lombok/eclipse/EclipseASTVisitor.java @@ -124,7 +124,7 @@ public interface EclipseASTVisitor { /** * @param printContent if true, method and initializer bodies are printed directly, as java code, * instead of a tree listing of every AST node inside it. - * @param PrintStream write output to this stream. You must close it yourself. flush() is called after every line. + * @param out write output to this stream. You must close it yourself. flush() is called after every line. * * @see java.io.PrintStream#flush() */ -- cgit