langtools/src/jdk.javadoc/share/classes/com/sun/tools/javadoc/main/JavadocTodo.java
changeset 38617 d93a7f64e231
parent 37938 42baa89d2156
child 42827 36468b5fa7f4
equal deleted inserted replaced
38616:31e503b8ea65 38617:d93a7f64e231
    37  *  This code and its internal interfaces are subject to change or
    37  *  This code and its internal interfaces are subject to change or
    38  *  deletion without notice.</b>
    38  *  deletion without notice.</b>
    39  *
    39  *
    40  *  @author Neal Gafter
    40  *  @author Neal Gafter
    41  */
    41  */
       
    42 @Deprecated
    42 public class JavadocTodo extends Todo {
    43 public class JavadocTodo extends Todo {
    43     public static void preRegister(Context context) {
    44     public static void preRegister(Context context) {
    44         context.put(todoKey, new Context.Factory<Todo>() {
    45         context.put(todoKey, new Context.Factory<Todo>() {
    45                public Todo make(Context c) {
    46                public Todo make(Context c) {
    46                    return new JavadocTodo(c);
    47                    return new JavadocTodo(c);