mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-01 14:15:23 +02:00
Cosmetics.
This commit is contained in:
parent
268e1ec735
commit
9c5bcf4e4f
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ public class RenameCSourceFolderChange extends Change {
|
|||
for (IPath filter : se.getExclusionPatterns()) {
|
||||
IPath oldSegments = oldName.removeFirstSegments(oldName.segmentCount() -1);
|
||||
if (filter.equals(oldSegments)) {
|
||||
exPatters.add(newName.removeFirstSegments(newName.segmentCount() -1));
|
||||
exPatters.add(newName.removeFirstSegments(newName.segmentCount() - 1));
|
||||
} else {
|
||||
exPatters.add(filter);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue