langtools/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/PropertyWriterImpl.java
changeset 43573 1162c044cf26
parent 41452 ddaef4bba083
equal deleted inserted replaced
43572:786800fd7cf0 43573:1162c044cf26
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2016, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 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
    70             Content memberSummaryTree) {
    70             Content memberSummaryTree) {
    71         memberSummaryTree.addContent(HtmlConstants.START_OF_PROPERTY_SUMMARY);
    71         memberSummaryTree.addContent(HtmlConstants.START_OF_PROPERTY_SUMMARY);
    72         Content memberTree = writer.getMemberTreeHeader();
    72         Content memberTree = writer.getMemberTreeHeader();
    73         writer.addSummaryHeader(this, typeElement, memberTree);
    73         writer.addSummaryHeader(this, typeElement, memberTree);
    74         return memberTree;
    74         return memberTree;
       
    75     }
       
    76 
       
    77     @Override
       
    78     public boolean showTabs() {
       
    79         return false;
    75     }
    80     }
    76 
    81 
    77     /**
    82     /**
    78      * {@inheritDoc}
    83      * {@inheritDoc}
    79      */
    84      */