Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.core.filebuffers/src/org/eclipse/core/filebuffers/IDocumentSetupParticipant.java')
-rw-r--r--org.eclipse.core.filebuffers/src/org/eclipse/core/filebuffers/IDocumentSetupParticipant.java5
1 files changed, 3 insertions, 2 deletions
diff --git a/org.eclipse.core.filebuffers/src/org/eclipse/core/filebuffers/IDocumentSetupParticipant.java b/org.eclipse.core.filebuffers/src/org/eclipse/core/filebuffers/IDocumentSetupParticipant.java
index 9e10724d46a..93a5d5ad871 100644
--- a/org.eclipse.core.filebuffers/src/org/eclipse/core/filebuffers/IDocumentSetupParticipant.java
+++ b/org.eclipse.core.filebuffers/src/org/eclipse/core/filebuffers/IDocumentSetupParticipant.java
@@ -13,13 +13,14 @@ package org.eclipse.core.filebuffers;
import org.eclipse.jface.text.IDocument;
/**
- * Participates in the setup of a document.
+ * Participates in the setup of a text file buffer document.
+ *
* @since 3.0
*/
public interface IDocumentSetupParticipant {
/**
- * Sets up the document to be ready for usage.
+ * Sets up the document to be ready for use by a text file buffer.
*
* @param document the document to be set up
*/

Back to the top