Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/TeamUI.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/TeamUI.java b/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/TeamUI.java
index a59a70f8c..c8f6a60e3 100644
--- a/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/TeamUI.java
+++ b/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/TeamUI.java
@@ -96,7 +96,7 @@ public class TeamUI {
* Returns the history view for the given object. The object needs to
* adapt to an IHistoryPageSource.
* @param object
- * @return
+ * @return an instance of the history view
*/
public static IHistoryView getHistoryView(IWorkbenchPage page, Object object) {
try {

Back to the top