Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/TeamSynchronizingPerspective.java')
-rw-r--r--bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/TeamSynchronizingPerspective.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/TeamSynchronizingPerspective.java b/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/TeamSynchronizingPerspective.java
index ce2ca9201..f9a1efbf0 100644
--- a/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/TeamSynchronizingPerspective.java
+++ b/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/TeamSynchronizingPerspective.java
@@ -28,7 +28,7 @@ public class TeamSynchronizingPerspective implements IPerspectiveFactory {
}
/**
- * Defines the initial actions for a page.
+ * Defines the initial actions for a page.
* @param layout the page layout
*/
public void defineActions(IPageLayout layout) {
@@ -44,16 +44,16 @@ public class TeamSynchronizingPerspective implements IPerspectiveFactory {
layout.addShowViewShortcut(IPageLayout.ID_OUTLINE);
layout.addShowViewShortcut(IPageLayout.ID_TASK_LIST);
layout.addShowViewShortcut(IPageLayout.ID_PROBLEM_VIEW);
-
+
// Add "action sets"
layout.addActionSet("org.eclipse.team.ui.actionSet"); //$NON-NLS-1$
-
+
// Add "perspective short cuts"
layout.addPerspectiveShortcut("org.eclipse.ui.resourcePerspective"); //$NON-NLS-1$
}
/**
- * Defines the initial layout for a page.
+ * Defines the initial layout for a page.
* @param layout the page layout
*/
public void defineLayout(IPageLayout layout) {

Back to the top