Author: sebb Date: Sun Jul 24 13:19:01 2011 New Revision: 1150354 URL: http://svn.apache.org/viewvc?rev=1150354&view=rev Log: Javadoc
Modified: commons/proper/bcel/trunk/src/examples/Mini/ASTProgram.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/AnnotationEntry.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/verifier/structurals/InstructionContext.java Modified: commons/proper/bcel/trunk/src/examples/Mini/ASTProgram.java URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/examples/Mini/ASTProgram.java?rev=1150354&r1=1150353&r2=1150354&view=diff ============================================================================== --- commons/proper/bcel/trunk/src/examples/Mini/ASTProgram.java (original) +++ commons/proper/bcel/trunk/src/examples/Mini/ASTProgram.java Sun Jul 24 13:19:01 2011 @@ -157,7 +157,6 @@ implements MiniParserConstants, MiniPars /** * Second pass, determine type of each node, if possible. - * @return type of expression */ public void eval(int pass) { Modified: commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/AnnotationEntry.java URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/AnnotationEntry.java?rev=1150354&r1=1150353&r2=1150354&view=diff ============================================================================== --- commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/AnnotationEntry.java (original) +++ commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/AnnotationEntry.java Sun Jul 24 13:19:01 2011 @@ -49,7 +49,7 @@ public class AnnotationEntry implements * @param file * @param constant_pool * @param isRuntimeVisible - * @return + * @return the entry * @throws IOException */ public static AnnotationEntry read(DataInputStream file, ConstantPool constant_pool, boolean isRuntimeVisible) throws IOException { Modified: commons/proper/bcel/trunk/src/main/java/org/apache/bcel/verifier/structurals/InstructionContext.java URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/verifier/structurals/InstructionContext.java?rev=1150354&r1=1150353&r2=1150354&view=diff ============================================================================== --- commons/proper/bcel/trunk/src/main/java/org/apache/bcel/verifier/structurals/InstructionContext.java (original) +++ commons/proper/bcel/trunk/src/main/java/org/apache/bcel/verifier/structurals/InstructionContext.java Sun Jul 24 13:19:01 2011 @@ -70,7 +70,7 @@ public interface InstructionContext{ * * @see ControlFlowGraph * @see ExecutionVisitor - * @see #getOutFrame(ArrayList) + * @see #getOutFrame(List) * @return true - if and only if the "outgoing" frame situation * changed from the one before execute()ing. */