Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/history/IHistoryPage.java')
-rw-r--r--bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/history/IHistoryPage.java26
1 files changed, 13 insertions, 13 deletions
diff --git a/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/history/IHistoryPage.java b/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/history/IHistoryPage.java
index 160ab3d2f..5287720cc 100644
--- a/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/history/IHistoryPage.java
+++ b/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/history/IHistoryPage.java
@@ -60,19 +60,19 @@ import org.eclipse.ui.SubActionBars;
*/
public interface IHistoryPage {
- /**
- * Property name constant (value <code>"org.eclipse.team.ui.name"</code>)
- * for the page's name.
- * @since 3.3
- */
- public static final String P_NAME = TeamUIPlugin.ID + ".name"; //$NON-NLS-1$
-
- /**
- * Property name constant (value <code>"org.eclipse.team.ui.description"</code>)
- * for an page's description.
- * @since 3.3
- */
- public static final String P_DESCRIPTION = TeamUIPlugin.ID + ".description"; //$NON-NLS-1$
+ /**
+ * Property name constant (value <code>"org.eclipse.team.ui.name"</code>)
+ * for the page's name.
+ * @since 3.3
+ */
+ public static final String P_NAME = TeamUIPlugin.ID + ".name"; //$NON-NLS-1$
+
+ /**
+ * Property name constant (value <code>"org.eclipse.team.ui.description"</code>)
+ * for an page's description.
+ * @since 3.3
+ */
+ public static final String P_DESCRIPTION = TeamUIPlugin.ID + ".description"; //$NON-NLS-1$
/**
* Fetches and populates the history page for the given Object. Clients

Back to the top