< prev index next >

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

Print this page

        

@@ -1,8 +1,7 @@
 /*
  * Copyright (c) 2013, 2017, Oracle and/or its affiliates. All rights reserved.
- * @LastModified: Oct 2017
  */
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.

@@ -57,10 +56,11 @@
  * can be obtained via the `getMethod()' method.
  *
  * @version $Id: MethodGen.java 1749603 2016-06-21 20:50:19Z ggregory $
  * @see InstructionList
  * @see Method
+ * @LastModified: Oct 2017
  */
 public class MethodGen extends FieldGenOrMethodGen {
 
     private String class_name;
     private Type[] arg_types;
< prev index next >