Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2019-04-13 06:30:02 +0000
committerAlexander Kurtakov2019-04-13 09:28:58 +0000
commit4081e5319ca95c2a724da3fd432e91f4518b16a7 (patch)
tree8509d97f12cfd7f118b1f1ab03661a53e391bedd /bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/synchronize/SubscriberParticipant.java
parent7e78e535caf4f15e637d628cac5cfaabc2c47fae (diff)
downloadeclipse.platform.team-4081e5319ca95c2a724da3fd432e91f4518b16a7.tar.gz
eclipse.platform.team-4081e5319ca95c2a724da3fd432e91f4518b16a7.tar.xz
eclipse.platform.team-4081e5319ca95c2a724da3fd432e91f4518b16a7.zip
Bug 545330 - Problems in javadoc for platform
Fix some javadoc in platform.team. Change-Id: Iaea2910b26777a73b1eeba526eee762647599f19 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/synchronize/SubscriberParticipant.java')
-rw-r--r--bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/synchronize/SubscriberParticipant.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/synchronize/SubscriberParticipant.java b/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/synchronize/SubscriberParticipant.java
index f01431ae1..2d653c03a 100644
--- a/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/synchronize/SubscriberParticipant.java
+++ b/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/synchronize/SubscriberParticipant.java
@@ -171,11 +171,11 @@ public abstract class SubscriberParticipant extends AbstractSynchronizeParticipa
* Refresh this participants synchronization state and displays the result in a model dialog.
* @param shell
*
- * @param resources
+ * @param resources the resources to be refreshed.
* @param jobName
- * @param taskName
+ * @param taskName the task name to be shown to the user
* @param configuration
- * @param site
+ * @param site the site in which to run the refresh
*/
public final void refreshInDialog(Shell shell, IResource[] resources, String jobName, String taskName, ISynchronizePageConfiguration configuration, IWorkbenchSite site) {
IRefreshSubscriberListener listener = new RefreshUserNotificationPolicyInModalDialog(shell, taskName, configuration, this);

Back to the top