mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-06 08:00:18 +07:00
The issue was introduced by new javadoc bin (~ Java 16) li elements, which contains subsections we do not care about when presenting the docs. #IDEA-382294 Fixed GitOrigin-RevId: 92193826f1a3b6d35078149638ac4820685df2f3
26 lines
821 B
HTML
26 lines
821 B
HTML
<HTML><style type="text/css"> ul.inheritance {
|
|
margin:0;
|
|
padding:0;
|
|
}
|
|
ul.inheritance li {
|
|
display:inline;
|
|
list-style-type:none;
|
|
}
|
|
ul.inheritance li ul.inheritance {
|
|
margin-left:15px;
|
|
padding-left:15px;
|
|
padding-top:1px;
|
|
}
|
|
</style><section class="detail" id="SAME_THREAD">
|
|
<h3>SAME_THREAD</h3>
|
|
<div class="horizontal-scroll">
|
|
<div class="member-signature"><span class="modifiers">public static final</span> <span class="return-type"><a href="ExecutionMode.html" title="enum class in generation">ExecutionMode</a></span> <span class="element-name">SAME_THREAD</span></div>
|
|
<div class="block">Comment about <a href="#SAME_THREAD"><code>SAME_THREAD</code></a></div>
|
|
</div>
|
|
</section>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
<!-- ========= CONSTRUCTOR DETAIL ======== -->
|
|
</HTML> |