1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-14 12:35:22 +02:00

[240710] fixed comment to say "not"

This commit is contained in:
David McKnight 2008-07-23 19:01:56 +00:00
parent 167535165b
commit 382d02d904

View file

@ -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 {