Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.etrice.generator/src/org/eclipse/etrice/generator/base/IResourceURIAcceptor.java')
-rw-r--r--plugins/org.eclipse.etrice.generator/src/org/eclipse/etrice/generator/base/IResourceURIAcceptor.java60
1 files changed, 30 insertions, 30 deletions
diff --git a/plugins/org.eclipse.etrice.generator/src/org/eclipse/etrice/generator/base/IResourceURIAcceptor.java b/plugins/org.eclipse.etrice.generator/src/org/eclipse/etrice/generator/base/IResourceURIAcceptor.java
index 73602db80..d74ef752c 100644
--- a/plugins/org.eclipse.etrice.generator/src/org/eclipse/etrice/generator/base/IResourceURIAcceptor.java
+++ b/plugins/org.eclipse.etrice.generator/src/org/eclipse/etrice/generator/base/IResourceURIAcceptor.java
@@ -1,30 +1,30 @@
-/*******************************************************************************
- * Copyright (c) 2012 protos software gmbh (http://www.protos.de).
- * 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:
- * Henrik Rentz-Reichert (initial contribution)
- *
- *******************************************************************************/
-
-package org.eclipse.etrice.generator.base;
-
-/**
- * Interface that accept URI strings.
- * It is used by the {@link AbstractGenerator} to recursively add imported
- * models.
- *
- * @author Henrik Rentz-Reichert
- *
- */
-public interface IResourceURIAcceptor {
-
- /**
- * @param uri a file {@link org.eclipse.emf.common.util.URI URI} as String
- * @return <code>true</code> if the URI wasn't added previously and no error occurred
- */
- public boolean addResourceURI(String uri);
-}
+/*******************************************************************************
+ * Copyright (c) 2012 protos software gmbh (http://www.protos.de).
+ * 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:
+ * Henrik Rentz-Reichert (initial contribution)
+ *
+ *******************************************************************************/
+
+package org.eclipse.etrice.generator.base;
+
+/**
+ * Interface that accept URI strings.
+ * It is used by the {@link AbstractGenerator} to recursively add imported
+ * models.
+ *
+ * @author Henrik Rentz-Reichert
+ *
+ */
+public interface IResourceURIAcceptor {
+
+ /**
+ * @param uri a file {@link org.eclipse.emf.common.util.URI URI} as String
+ * @return <code>true</code> if the URI wasn't added previously and no error occurred
+ */
+ public boolean addResourceURI(String uri);
+}

Back to the top