Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjames2002-04-23 18:53:16 +0000
committerjames2002-04-23 18:53:16 +0000
commit59ca39bf72aa265f4284b8498992c514b6d81ff6 (patch)
treeabaf9d8e03d7cb914c295423420256eba216d855 /bundles/org.eclipse.team.core/src/org/eclipse/team/core/IProjectSetSerializer.java
parente8abb1bd386f787ed02a5e1289a935c0c80c73af (diff)
downloadeclipse.platform.team-59ca39bf72aa265f4284b8498992c514b6d81ff6.tar.gz
eclipse.platform.team-59ca39bf72aa265f4284b8498992c514b6d81ff6.tar.xz
eclipse.platform.team-59ca39bf72aa265f4284b8498992c514b6d81ff6.zip
14447: IProjectSetSerializer javadoc - should say what type 'context' is
Diffstat (limited to 'bundles/org.eclipse.team.core/src/org/eclipse/team/core/IProjectSetSerializer.java')
-rw-r--r--bundles/org.eclipse.team.core/src/org/eclipse/team/core/IProjectSetSerializer.java6
1 files changed, 4 insertions, 2 deletions
diff --git a/bundles/org.eclipse.team.core/src/org/eclipse/team/core/IProjectSetSerializer.java b/bundles/org.eclipse.team.core/src/org/eclipse/team/core/IProjectSetSerializer.java
index 000d3d3c0..bf1dbf358 100644
--- a/bundles/org.eclipse.team.core/src/org/eclipse/team/core/IProjectSetSerializer.java
+++ b/bundles/org.eclipse.team.core/src/org/eclipse/team/core/IProjectSetSerializer.java
@@ -33,7 +33,8 @@ public interface IProjectSetSerializer {
*
* @param providerProjects an array of projects that the serializer should create
* text references for
- * @param context a UI context object
+ * @param context a UI context object. This object will either be a
+ * com.ibm.swt.widgets.Shell or it will be null.
* @param monitor a progress monitor
* @return an array of serialized reference strings uniquely identifying the projects
*/
@@ -51,7 +52,8 @@ public interface IProjectSetSerializer {
* @param referenceStrings an array of referene strings uniquely identifying the projects
* @param filename the name of the file that the references were read from. This is included
* in case the provider needs to deduce relative paths
- * @param context a UI context object
+ * @param context a UI context object. This object will either be a
+ * com.ibm.swt.widgets.Shell or it will be null.
* @param monitor a progress monitor
* @return an array of projects that were created
*/

Back to the top