mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Cosmetics.
This commit is contained in:
parent
2c7f55ae19
commit
016a7e2e64
2 changed files with 1 additions and 6 deletions
|
@ -8,13 +8,11 @@
|
||||||
* Contributors:
|
* Contributors:
|
||||||
* Anton Leherbauer (Wind River Systems) - initial API and implementation
|
* Anton Leherbauer (Wind River Systems) - initial API and implementation
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
package org.eclipse.cdt.internal.core.model;
|
package org.eclipse.cdt.internal.core.model;
|
||||||
|
|
||||||
import org.eclipse.cdt.core.dom.ast.IASTTranslationUnit;
|
import org.eclipse.cdt.core.dom.ast.IASTTranslationUnit;
|
||||||
|
|
||||||
public class ASTHolderTUInfo extends TranslationUnitInfo {
|
public class ASTHolderTUInfo extends TranslationUnitInfo {
|
||||||
|
|
||||||
public IASTTranslationUnit fAST;
|
public IASTTranslationUnit fAST;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -23,5 +21,4 @@ public class ASTHolderTUInfo extends TranslationUnitInfo {
|
||||||
public ASTHolderTUInfo(TranslationUnit translationUnit) {
|
public ASTHolderTUInfo(TranslationUnit translationUnit) {
|
||||||
super(translationUnit);
|
super(translationUnit);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
|
@ -8,7 +8,6 @@
|
||||||
* Contributors:
|
* Contributors:
|
||||||
* QNX Software Systems - Initial API and implementation
|
* QNX Software Systems - Initial API and implementation
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
package org.eclipse.cdt.internal.core.model;
|
package org.eclipse.cdt.internal.core.model;
|
||||||
|
|
||||||
import org.eclipse.cdt.core.model.ISourceRange;
|
import org.eclipse.cdt.core.model.ISourceRange;
|
||||||
|
@ -18,14 +17,13 @@ import org.eclipse.core.runtime.IPath;
|
||||||
* The Element Info of a Translation Unit.
|
* The Element Info of a Translation Unit.
|
||||||
*/
|
*/
|
||||||
class TranslationUnitInfo extends OpenableInfo {
|
class TranslationUnitInfo extends OpenableInfo {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Timestamp of original resource at the time this element
|
* Timestamp of original resource at the time this element
|
||||||
* was opened or last updated.
|
* was opened or last updated.
|
||||||
*/
|
*/
|
||||||
protected long fTimestamp;
|
protected long fTimestamp;
|
||||||
|
|
||||||
protected TranslationUnitInfo (CElement element) {
|
protected TranslationUnitInfo(CElement element) {
|
||||||
super(element);
|
super(element);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue