Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'qt/org.eclipse.cdt.qt.core/src/org/eclipse/cdt/qt/core/qmldir/IQDirAST.java')
-rw-r--r--qt/org.eclipse.cdt.qt.core/src/org/eclipse/cdt/qt/core/qmldir/IQDirAST.java52
1 files changed, 26 insertions, 26 deletions
diff --git a/qt/org.eclipse.cdt.qt.core/src/org/eclipse/cdt/qt/core/qmldir/IQDirAST.java b/qt/org.eclipse.cdt.qt.core/src/org/eclipse/cdt/qt/core/qmldir/IQDirAST.java
index 314614a2333..cb9bcaf3eed 100644
--- a/qt/org.eclipse.cdt.qt.core/src/org/eclipse/cdt/qt/core/qmldir/IQDirAST.java
+++ b/qt/org.eclipse.cdt.qt.core/src/org/eclipse/cdt/qt/core/qmldir/IQDirAST.java
@@ -1,26 +1,26 @@
-/*******************************************************************************
- * Copyright (c) 2015 QNX Software Systems 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:
- * QNX Software Systems - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.cdt.qt.core.qmldir;
-
-import java.util.List;
-
-/**
- * The main entry point into the qmldir AST. This interface contains a list of Commands specified within the qmldir file that it
- * represents.
- */
-public interface IQDirAST extends IQDirASTNode {
- /**
- * Gets the list of commands in the qmldir file that this <code>IQDirAST</code> represents.
- *
- * @return the list of all commands in the qmldir file
- */
- public List<IQDirCommand> getCommands();
-}
+/*******************************************************************************
+ * Copyright (c) 2015 QNX Software Systems 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:
+ * QNX Software Systems - Initial API and implementation
+ *******************************************************************************/
+package org.eclipse.cdt.qt.core.qmldir;
+
+import java.util.List;
+
+/**
+ * The main entry point into the qmldir AST. This interface contains a list of Commands specified within the qmldir file that it
+ * represents.
+ */
+public interface IQDirAST extends IQDirASTNode {
+ /**
+ * Gets the list of commands in the qmldir file that this <code>IQDirAST</code> represents.
+ *
+ * @return the list of all commands in the qmldir file
+ */
+ public List<IQDirCommand> getCommands();
+}

Back to the top