mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 22:52:11 +02:00
Fixed a typo.
This commit is contained in:
parent
e6d0eea1b9
commit
55f20a56e2
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ public class TextEditUtil {
|
|||
* @param edit1 the edit to merge with edit2
|
||||
* @param edit2 the edit to merge with edit1
|
||||
* @return the merged tree
|
||||
* @throws MalformedTreeException if the two edits ovelap
|
||||
* @throws MalformedTreeException if the two edits overlap
|
||||
*/
|
||||
public static TextEdit merge(TextEdit edit1, TextEdit edit2) {
|
||||
if (edit1 instanceof MultiTextEdit && !edit1.hasChildren()) {
|
||||
|
|
Loading…
Add table
Reference in a new issue