langtools/src/jdk.javadoc/share/classes/com/sun/tools/javadoc/main/JavadocEnter.java
changeset 38617 d93a7f64e231
parent 37938 42baa89d2156
child 42827 36468b5fa7f4
equal deleted inserted replaced
38616:31e503b8ea65 38617:d93a7f64e231
    46  *  This code and its internal interfaces are subject to change or
    46  *  This code and its internal interfaces are subject to change or
    47  *  deletion without notice.</b>
    47  *  deletion without notice.</b>
    48  *
    48  *
    49  *  @author Neal Gafter
    49  *  @author Neal Gafter
    50  */
    50  */
       
    51 @Deprecated
    51 public class JavadocEnter extends Enter {
    52 public class JavadocEnter extends Enter {
    52     public static JavadocEnter instance(Context context) {
    53     public static JavadocEnter instance(Context context) {
    53         Enter instance = context.get(enterKey);
    54         Enter instance = context.get(enterKey);
    54         if (instance == null)
    55         if (instance == null)
    55             instance = new JavadocEnter(context);
    56             instance = new JavadocEnter(context);