1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-07 17:56:01 +02:00

Cosmetics.

This commit is contained in:
Sergey Prigogin 2010-10-04 05:45:04 +00:00
parent 63c946da07
commit 91e76dfe16

View file

@ -414,7 +414,6 @@ public class ASTCache {
return "null"; //$NON-NLS-1$ return "null"; //$NON-NLS-1$
else else
return tUnit.getElementName(); return tUnit.getElementName();
} }
/** /**
@ -429,5 +428,4 @@ public class ASTCache {
return ast.getFilePath(); return ast.getFilePath();
} }
} }