Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/custom-src/org/eclipse/papyrus/uml/diagram/profile/custom/preferences/IPapyrusOperationPreferencesConstant.java')
-rw-r--r--plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/custom-src/org/eclipse/papyrus/uml/diagram/profile/custom/preferences/IPapyrusOperationPreferencesConstant.java68
1 files changed, 34 insertions, 34 deletions
diff --git a/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/custom-src/org/eclipse/papyrus/uml/diagram/profile/custom/preferences/IPapyrusOperationPreferencesConstant.java b/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/custom-src/org/eclipse/papyrus/uml/diagram/profile/custom/preferences/IPapyrusOperationPreferencesConstant.java
index c8e68568898..6c053295590 100644
--- a/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/custom-src/org/eclipse/papyrus/uml/diagram/profile/custom/preferences/IPapyrusOperationPreferencesConstant.java
+++ b/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/custom-src/org/eclipse/papyrus/uml/diagram/profile/custom/preferences/IPapyrusOperationPreferencesConstant.java
@@ -1,34 +1,34 @@
-/*****************************************************************************
- * Copyright (c) 2009 CEA LIST.
- *
- *
- * 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:
- * Remi Schnekenburger (CEA LIST) - Initial API and implementation
- * Vincent Lorenzo (CEA LIST) vincent.lorenzo@cea.fr - Adapted code from the class diagram
- *****************************************************************************/
-package org.eclipse.papyrus.uml.diagram.profile.custom.preferences;
-
-import java.rmi.server.Operation;
-
-/**
- * Constants for {@link Operation} preferences.
- */
-public interface IPapyrusOperationPreferencesConstant {
-
- /** preference id for operation display label */
- public String OPERATION_LABEL_DISPLAY_PREFERENCE = "Operation.label.display"; //$NON-NLS-1$
-
- /** preference id for operation display label */
- public String OPERATION_PREF_FONT = "Operation.font"; //$NON-NLS-1$
-
- /** preference id for operation display label */
- public String OPERATION_PREF_FONT_COLOR = "Operation.font.color"; //$NON-NLS-1$
-
- /** preference id for operation display label */
- public String OPERATION_PREF_LINE_COLOR = "Operation.line.color"; //$NON-NLS-1$
-}
+/*****************************************************************************
+ * Copyright (c) 2009 CEA LIST.
+ *
+ *
+ * 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:
+ * Remi Schnekenburger (CEA LIST) - Initial API and implementation
+ * Vincent Lorenzo (CEA LIST) vincent.lorenzo@cea.fr - Adapted code from the class diagram
+ *****************************************************************************/
+package org.eclipse.papyrus.uml.diagram.profile.custom.preferences;
+
+import java.rmi.server.Operation;
+
+/**
+ * Constants for {@link Operation} preferences.
+ */
+public interface IPapyrusOperationPreferencesConstant {
+
+ /** preference id for operation display label */
+ public String OPERATION_LABEL_DISPLAY_PREFERENCE = "Operation.label.display"; //$NON-NLS-1$
+
+ /** preference id for operation display label */
+ public String OPERATION_PREF_FONT = "Operation.font"; //$NON-NLS-1$
+
+ /** preference id for operation display label */
+ public String OPERATION_PREF_FONT_COLOR = "Operation.font.color"; //$NON-NLS-1$
+
+ /** preference id for operation display label */
+ public String OPERATION_PREF_LINE_COLOR = "Operation.line.color"; //$NON-NLS-1$
+}

Back to the top