### Eclipse Workspace Patch 1.0 #P org.eclipse.jdt.core Index: compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java,v retrieving revision 1.390 diff -u -r1.390 Parser.java --- compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java 23 Jul 2008 07:39:15 -0000 1.390 +++ compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java 11 Aug 2008 15:11:44 -0000 @@ -3122,8 +3122,8 @@ // Store javadoc only on first declaration as it is the same for all ones FieldDeclaration fieldDeclaration = (FieldDeclaration) declaration; fieldDeclaration.javadoc = this.javadoc; - this.javadoc = null; } + this.javadoc = null; } else { type = (TypeReference) this.astStack[this.astPtr - variableIndex]; typeDim = type.dimensions();