src/share/classes/com/sun/tools/javap/Main.java

changeset 581
f2fdd52e4e87
parent 554
9d9f26857129
child 2525
2eb010b6cb22
equal deleted inserted replaced
580:46cf751559ae 581:f2fdd52e4e87
28 import java.io.PrintWriter; 28 import java.io.PrintWriter;
29 29
30 /** 30 /**
31 * Main entry point. 31 * Main entry point.
32 * 32 *
33 * <p><b>This is NOT part of any API supported by Sun Microsystems. If 33 * <p><b>This is NOT part of any supported API.
34 * you write code that depends on this, you do so at your own risk. 34 * If you write code that depends on this, you do so at your own risk.
35 * This code and its internal interfaces are subject to change or 35 * This code and its internal interfaces are subject to change or
36 * deletion without notice.</b> 36 * deletion without notice.</b>
37 */ 37 */
38 public class Main { 38 public class Main {
39 /** 39 /**

mercurial