< prev index next >

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

Print this page

        

@@ -19,16 +19,15 @@
  * limitations under the License.
  */
 
 package com.sun.org.apache.bcel.internal.generic;
 
-
 /**
  * Denotes an unparameterized instruction to pop a value on top from the stack,
  * such as ISTORE, POP, PUTSTATIC.
  *
- * @author  <A HREF="mailto:markus.dahm@berlin.de">M. Dahm</A>
+ * @version $Id: PopInstruction.java 1747278 2016-06-07 17:28:43Z britter $
  * @see ISTORE
  * @see POP
  */
 public interface PopInstruction extends StackConsumer {
 }
< prev index next >