< prev index next >

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

Print this page

        

@@ -45,11 +45,10 @@
  * </PRE>
  *
  * @see InstructionHandle
  * @see InstructionList
  * @see InstructionTargeter
- * @version $Id$
  */
 public final class TargetLostException extends Exception {
 
     private static final long serialVersionUID = -6857272667645328384L;
     private final InstructionHandle[] targets;
< prev index next >