Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/facet/org.eclipse.papyrus.emf.facet.util.pde.core/src/org/eclipse/papyrus/emf/facet/util/pde/core/internal/exported/exception/ReflexiveDiscouragedAccessException.java')
-rw-r--r--plugins/facet/org.eclipse.papyrus.emf.facet.util.pde.core/src/org/eclipse/papyrus/emf/facet/util/pde/core/internal/exported/exception/ReflexiveDiscouragedAccessException.java66
1 files changed, 33 insertions, 33 deletions
diff --git a/plugins/facet/org.eclipse.papyrus.emf.facet.util.pde.core/src/org/eclipse/papyrus/emf/facet/util/pde/core/internal/exported/exception/ReflexiveDiscouragedAccessException.java b/plugins/facet/org.eclipse.papyrus.emf.facet.util.pde.core/src/org/eclipse/papyrus/emf/facet/util/pde/core/internal/exported/exception/ReflexiveDiscouragedAccessException.java
index 67a649cd99c..fefc914809d 100644
--- a/plugins/facet/org.eclipse.papyrus.emf.facet.util.pde.core/src/org/eclipse/papyrus/emf/facet/util/pde/core/internal/exported/exception/ReflexiveDiscouragedAccessException.java
+++ b/plugins/facet/org.eclipse.papyrus.emf.facet.util.pde.core/src/org/eclipse/papyrus/emf/facet/util/pde/core/internal/exported/exception/ReflexiveDiscouragedAccessException.java
@@ -1,33 +1,33 @@
-/*******************************************************************************
- * Copyright (c) 2013 Soft-Maint.
- * 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:
- * Fabien Treguer (Soft-Maint) - Bug 418565 - [Unit Test Failure] Missing dependencies during tests, target platform creation and load
- ******************************************************************************/
-package org.eclipse.papyrus.emf.facet.util.pde.core.internal.exported.exception;
-
-public class ReflexiveDiscouragedAccessException extends Exception {
-
- private static final long serialVersionUID = -7462304304846835284L;
-
- public ReflexiveDiscouragedAccessException() {
- super();
- }
-
- public ReflexiveDiscouragedAccessException(final String message) {
- super(message);
- }
-
- public ReflexiveDiscouragedAccessException(final Throwable cause) {
- super(cause);
- }
-
- public ReflexiveDiscouragedAccessException(final String message, final Throwable cause) {
- super(message, cause);
- }
-
-}
+/*******************************************************************************
+ * Copyright (c) 2013 Soft-Maint.
+ * 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:
+ * Fabien Treguer (Soft-Maint) - Bug 418565 - [Unit Test Failure] Missing dependencies during tests, target platform creation and load
+ ******************************************************************************/
+package org.eclipse.papyrus.emf.facet.util.pde.core.internal.exported.exception;
+
+public class ReflexiveDiscouragedAccessException extends Exception {
+
+ private static final long serialVersionUID = -7462304304846835284L;
+
+ public ReflexiveDiscouragedAccessException() {
+ super();
+ }
+
+ public ReflexiveDiscouragedAccessException(final String message) {
+ super(message);
+ }
+
+ public ReflexiveDiscouragedAccessException(final Throwable cause) {
+ super(cause);
+ }
+
+ public ReflexiveDiscouragedAccessException(final String message, final Throwable cause) {
+ super(message, cause);
+ }
+
+}

Back to the top