langtools/src/share/classes/com/sun/tools/apt/comp/Apt.java
changeset 3378 22011d9a9398
parent 2212 1d3dc0e0ba0c
child 3999 e2a905534c4b
equal deleted inserted replaced
3377:22083952ee8f 3378:22011d9a9398
    63  *  <p><b>This is NOT part of any API supported by Sun Microsystems.
    63  *  <p><b>This is NOT part of any API supported by Sun Microsystems.
    64  *  If you write code that depends on this, you do so at your own
    64  *  If you write code that depends on this, you do so at your own
    65  *  risk.  This code and its internal interfaces are subject to change
    65  *  risk.  This code and its internal interfaces are subject to change
    66  *  or deletion without notice.</b>
    66  *  or deletion without notice.</b>
    67  */
    67  */
       
    68 @SuppressWarnings("deprecation")
    68 public class Apt extends ListBuffer<Env<AttrContext>> {
    69 public class Apt extends ListBuffer<Env<AttrContext>> {
    69     java.util.Set<String> genSourceFileNames = new java.util.LinkedHashSet<String>();
    70     java.util.Set<String> genSourceFileNames = new java.util.LinkedHashSet<String>();
    70     public java.util.Set<String> getSourceFileNames() {
    71     public java.util.Set<String> getSourceFileNames() {
    71         return genSourceFileNames;
    72         return genSourceFileNames;
    72     }
    73     }