Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDouglas Pollock2004-07-08 20:07:40 +0000
committerDouglas Pollock2004-07-08 20:07:40 +0000
commit5158b5b550e6de08239c60308efcf211a57f1bce (patch)
treeb2c00278921bad4c0c74cacc4dd32f3856737d72 /bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/IInPlaceEditorInput.java
parent818e69f5e7b44e233d3474d964687d70b6b39f9b (diff)
downloadeclipse.platform.ui-5158b5b550e6de08239c60308efcf211a57f1bce.tar.gz
eclipse.platform.ui-5158b5b550e6de08239c60308efcf211a57f1bce.tar.xz
eclipse.platform.ui-5158b5b550e6de08239c60308efcf211a57f1bce.zip
All source code formatted using Java Coding Conventions, and imports organized with default settings.
Diffstat (limited to 'bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/IInPlaceEditorInput.java')
-rw-r--r--bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/IInPlaceEditorInput.java16
1 files changed, 8 insertions, 8 deletions
diff --git a/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/IInPlaceEditorInput.java b/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/IInPlaceEditorInput.java
index 144c6841e20..e4ceca67ee7 100644
--- a/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/IInPlaceEditorInput.java
+++ b/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/IInPlaceEditorInput.java
@@ -29,11 +29,11 @@ package org.eclipse.ui;
* @since 3.0
*/
public interface IInPlaceEditorInput extends IPathEditorInput {
- /**
- * Sets the in-place editor this input is associated with.
- *
- * @param editor the in-place editor associated with this input
- * or <code>null</code> to disassociate.
- */
- public void setInPlaceEditor(IInPlaceEditor editor);
-}
+ /**
+ * Sets the in-place editor this input is associated with.
+ *
+ * @param editor the in-place editor associated with this input
+ * or <code>null</code> to disassociate.
+ */
+ public void setInPlaceEditor(IInPlaceEditor editor);
+} \ No newline at end of file

Back to the top