mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-14 20:45:22 +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;
|
DataElement de = null;
|
||||||
if (remoteParent != null && remoteParent.length() > 0){
|
if (remoteParent != null && remoteParent.length() > 0){
|
||||||
// this is a root
|
// this is not a root
|
||||||
de = getSubjectFor(remoteParent, name);
|
de = getSubjectFor(remoteParent, name);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|
Loading…
Add table
Reference in a new issue