< prev index next >

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

Print this page

        

@@ -19,15 +19,15 @@
  * limitations under the License.
  */
 
 package com.sun.org.apache.bcel.internal.generic;
 
-
 /**
  * Get the type associated with an instruction, int for ILOAD, or the type
  * of the field of a PUTFIELD instruction, e.g..
  *
- * @author  <A HREF="mailto:markus.dahm@berlin.de">M. Dahm</A>
+ * @version $Id: TypedInstruction.java 1747278 2016-06-07 17:28:43Z britter $
  */
 public interface TypedInstruction {
-  public Type getType(ConstantPoolGen cpg);
+
+    Type getType( ConstantPoolGen cpg );
 }
< prev index next >