src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/AbstractMemberWriter.java
changeset 48654 36f58bd6269f
parent 47850 4a28dc8a86c2
child 49551 0d4786e42471
equal deleted inserted replaced
48653:89111a0e6355 48654:36f58bd6269f
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2017, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2018, 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
    88         this.nodepr = configuration.nodeprecated;
    88         this.nodepr = configuration.nodeprecated;
    89         this.typeElement = typeElement;
    89         this.typeElement = typeElement;
    90         this.utils = configuration.utils;
    90         this.utils = configuration.utils;
    91         this.contents = configuration.contents;
    91         this.contents = configuration.contents;
    92         this.resources = configuration.resources;
    92         this.resources = configuration.resources;
    93         this.links = configuration.links;
    93         this.links = writer.links;
    94     }
    94     }
    95 
    95 
    96     public AbstractMemberWriter(SubWriterHolderWriter writer) {
    96     public AbstractMemberWriter(SubWriterHolderWriter writer) {
    97         this(writer, null);
    97         this(writer, null);
    98     }
    98     }