langtools/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/SerializedFormWriterImpl.java
changeset 39364 bd6d4a7936b4
parent 35426 374342e56a56
child 40303 96a1226aca18
equal deleted inserted replaced
39363:ebaee646b121 39364:bd6d4a7936b4
     1 /*
     1 /*
     2  * Copyright (c) 1998, 2015, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1998, 2016, 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
    68      * @throws DocletAbortException
    68      * @throws DocletAbortException
    69      */
    69      */
    70     public SerializedFormWriterImpl(ConfigurationImpl configuration)
    70     public SerializedFormWriterImpl(ConfigurationImpl configuration)
    71             throws IOException {
    71             throws IOException {
    72         super(configuration, DocPaths.SERIALIZED_FORM);
    72         super(configuration, DocPaths.SERIALIZED_FORM);
    73         visibleClasses = configuration.root.getIncludedClasses();
    73         visibleClasses = configuration.docEnv.getIncludedClasses();
    74     }
    74     }
    75 
    75 
    76     /**
    76     /**
    77      * Get the given header.
    77      * Get the given header.
    78      *
    78      *