Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean Michel-Lemieux2004-06-22 02:44:01 +0000
committerJean Michel-Lemieux2004-06-22 02:44:01 +0000
commit788768bf409799f2d1739837368233123594fbed (patch)
tree37acef4367f6ccdf42f240079011d2f2cfaf5ee6 /bundles/org.eclipse.team.core/src/org/eclipse/team/core/synchronize/ISyncInfoSetChangeEvent.java
parentaccee338cde985e7993c96f626bcaa2c2aa49036 (diff)
downloadeclipse.platform.team-788768bf409799f2d1739837368233123594fbed.tar.gz
eclipse.platform.team-788768bf409799f2d1739837368233123594fbed.tar.xz
eclipse.platform.team-788768bf409799f2d1739837368233123594fbed.zip
javadoc fixes and formatting - no code changed.
Diffstat (limited to 'bundles/org.eclipse.team.core/src/org/eclipse/team/core/synchronize/ISyncInfoSetChangeEvent.java')
-rw-r--r--bundles/org.eclipse.team.core/src/org/eclipse/team/core/synchronize/ISyncInfoSetChangeEvent.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.team.core/src/org/eclipse/team/core/synchronize/ISyncInfoSetChangeEvent.java b/bundles/org.eclipse.team.core/src/org/eclipse/team/core/synchronize/ISyncInfoSetChangeEvent.java
index 404988a02..bffa08799 100644
--- a/bundles/org.eclipse.team.core/src/org/eclipse/team/core/synchronize/ISyncInfoSetChangeEvent.java
+++ b/bundles/org.eclipse.team.core/src/org/eclipse/team/core/synchronize/ISyncInfoSetChangeEvent.java
@@ -21,10 +21,10 @@ import org.eclipse.core.resources.IResource;
* from scratch any state that is derived from the <code>SyncInfoSet</code> from
* which the event originated.
* <p>
- * The mix of return types, <code>SyncInfo</code> and <code>IResource</code>is required a result of an optimization
+ * The mix of return types, <code>SyncInfo</code> and <code>IResource</code>is required as a result of an optimization
* included in {@link SyncInfoSet} collections that doesn't maintain <code>SyncInfo</code> objects
* for in-sync resources.
- *
+ * </p>
* @see SyncInfoSet#addSyncSetChangedListener(ISyncInfoSetChangeListener)
* @see ISyncInfoSetChangeListener
* @since 3.0

Back to the top