< prev index next >

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

Print this page

        

@@ -30,11 +30,10 @@
  * TABLESWITCH.
  *
  * The interface provides the possibilty for the user to write
  * `templates' or `macros' for such reuseable code patterns.
  *
- * @version $Id$
  * @see PUSH
  * @see SWITCH
  */
 public interface CompoundInstruction {
 
< prev index next >