src/share/classes/com/sun/tools/javac/file/SymbolArchive.java

changeset 581
f2fdd52e4e87
parent 554
9d9f26857129
child 2525
2eb010b6cb22
equal deleted inserted replaced
580:46cf751559ae 581:f2fdd52e4e87
34 import com.sun.tools.javac.file.RelativePath.RelativeDirectory; 34 import com.sun.tools.javac.file.RelativePath.RelativeDirectory;
35 import com.sun.tools.javac.file.RelativePath.RelativeFile; 35 import com.sun.tools.javac.file.RelativePath.RelativeFile;
36 import com.sun.tools.javac.util.List; 36 import com.sun.tools.javac.util.List;
37 37
38 /** 38 /**
39 * <p><b>This is NOT part of any API supported by Sun Microsystems. 39 * <p><b>This is NOT part of any supported API.
40 * If you write code that depends on this, you do so at your own risk. 40 * If you write code that depends on this, you do so at your own risk.
41 * This code and its internal interfaces are subject to change or 41 * This code and its internal interfaces are subject to change or
42 * deletion without notice.</b> 42 * deletion without notice.</b>
43 */ 43 */
44 public class SymbolArchive extends ZipArchive { 44 public class SymbolArchive extends ZipArchive {

mercurial