< prev index next >

src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/BranchHandle.java

Print this page

        

@@ -27,11 +27,10 @@
  * via setTarget().
  *
  * @see InstructionHandle
  * @see Instruction
  * @see InstructionList
- * @version $Id$
  */
 public final class BranchHandle extends InstructionHandle {
 
     // This is also a cache in case the InstructionHandle#swapInstruction() method is used
     // See BCEL-273
< prev index next >