inner classes are never static (IDEA-157633)

This commit is contained in:
Anna Kozlova
2018-01-11 09:12:51 +01:00
parent 83c6c5222e
commit f66b006684
+1 -1
View File
@@ -6,7 +6,7 @@
<p>When you invoke the <span class="">Move</span>
refactoring (<span class="shortcut">&shortcut:Move;</span>) on an inner class that is declared
refactoring (<span class="shortcut">&shortcut:Move;</span>) on a nested class that is declared
<span class="code_emphasis">static</span>,
you are provided with an option to either make it a top-level class, or move it to another class.</p>
<p class="image"><img src="images/move_inner.png"></p>