langtools/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/builders/AbstractMemberBuilder.java
changeset 45417 f7479ee8de69
parent 42000 8b7412f7eecd
child 45599 8bc3a019f948
equal deleted inserted replaced
45416:0d8bb33bdfa7 45417:f7479ee8de69
     1 /*
     1 /*
     2  * Copyright (c) 2003, 2016, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2003, 2017, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    31 import java.util.SortedSet;
    31 import java.util.SortedSet;
    32 import java.util.TreeSet;
    32 import java.util.TreeSet;
    33 
    33 
    34 import javax.lang.model.element.Element;
    34 import javax.lang.model.element.Element;
    35 
    35 
    36 import jdk.javadoc.internal.doclets.formats.html.ConfigurationImpl;
       
    37 import jdk.javadoc.internal.doclets.toolkit.Content;
    36 import jdk.javadoc.internal.doclets.toolkit.Content;
    38 import jdk.javadoc.internal.doclets.toolkit.DocletException;
    37 import jdk.javadoc.internal.doclets.toolkit.DocletException;
    39 
    38 
    40 /**
    39 /**
    41  * The superclass for all member builders.  Member builders are only executed
    40  * The superclass for all member builders.  Member builders are only executed