Skip to content

Commit 25176b6

Browse files
committed
Shortened Move refactoring's feature box text.
1 parent 287b9d3 commit 25176b6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

_includes/nightly-download-features.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@
1414
<div class="frame"><img src ="{{ site.baseurl }}/resources/images/thumbnail-moveclass.png" align="left"></div>
1515
<h4>Move Class, Object or Trait
1616
<span class="label success">Available</span></h4>
17-
Moving a source file between packages now performs a proper Move refactoring that changes the package declaration and adjusts all
18-
references and imports. Using the Move action in the refactoring menu further allows you to split off a single
19-
<span class="code">class</span>, <span class="code">object</span> or <span class="code">trait</span> definition
20-
from a file with multiple definitions to a new location.
17+
Move a source file between packages or extract a <span class="code">class</span>, <span class="code">object</span> or <span class="code">trait</span> definition (from a file with multiple definitions) to a new location.
2118
</div>
2219
</div>

0 commit comments

Comments
 (0)