Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'core/org.eclipse.cdt.ui/src/org/eclipse/cdt/ui/ICHENode.java')
-rw-r--r--core/org.eclipse.cdt.ui/src/org/eclipse/cdt/ui/ICHENode.java46
1 files changed, 23 insertions, 23 deletions
diff --git a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/ui/ICHENode.java b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/ui/ICHENode.java
index 08e952d5fd0..378f4ffc63d 100644
--- a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/ui/ICHENode.java
+++ b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/ui/ICHENode.java
@@ -1,23 +1,23 @@
-/*******************************************************************************
- * Copyright (c) 2018 Wind River Systems, Inc. and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * Lidia Popescu - [536255] initial API and implementation. Extension point for open call hierarchy view
- *******************************************************************************/
-package org.eclipse.cdt.ui;
-
-
-import org.eclipse.cdt.core.model.ICElement;
-
-/**
- * The Call Hierarchy Extension Node
- * @since 6.4
- */
-public interface ICHENode {
-
- ICElement getRepresentedDeclaration();
-}
+/*******************************************************************************
+ * Copyright (c) 2018 Wind River Systems, Inc. and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * Lidia Popescu - [536255] initial API and implementation. Extension point for open call hierarchy view
+ *******************************************************************************/
+package org.eclipse.cdt.ui;
+
+
+import org.eclipse.cdt.core.model.ICElement;
+
+/**
+ * The Call Hierarchy Extension Node
+ * @since 6.4
+ */
+public interface ICHENode {
+
+ ICElement getRepresentedDeclaration();
+}

Back to the top