mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-03 07:05:24 +02:00
[240710] fixed comment to say "not"
This commit is contained in:
parent
167535165b
commit
382d02d904
1 changed files with 1 additions and 1 deletions
|
@ -1123,7 +1123,7 @@ public class DStoreFileService extends AbstractDStoreService implements IFileSer
|
|||
{
|
||||
DataElement de = null;
|
||||
if (remoteParent != null && remoteParent.length() > 0){
|
||||
// this is a root
|
||||
// this is not a root
|
||||
de = getSubjectFor(remoteParent, name);
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Add table
Reference in a new issue