Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.egit.ui/src/org/eclipse/egit/ui/Activator.java')
-rw-r--r--org.eclipse.egit.ui/src/org/eclipse/egit/ui/Activator.java12
1 files changed, 6 insertions, 6 deletions
diff --git a/org.eclipse.egit.ui/src/org/eclipse/egit/ui/Activator.java b/org.eclipse.egit.ui/src/org/eclipse/egit/ui/Activator.java
index 8c61bfcbaa..d9b05fa4d2 100644
--- a/org.eclipse.egit.ui/src/org/eclipse/egit/ui/Activator.java
+++ b/org.eclipse.egit.ui/src/org/eclipse/egit/ui/Activator.java
@@ -98,7 +98,7 @@ public class Activator extends AbstractUIPlugin {
/**
* Instantiate an error exception.
- *
+ *
* @param message
* description of the error
* @param thr
@@ -112,7 +112,7 @@ public class Activator extends AbstractUIPlugin {
/**
* Log an error via the Eclipse logging routines.
- *
+ *
* @param message
* @param thr
* cause of error
@@ -135,7 +135,7 @@ public class Activator extends AbstractUIPlugin {
/**
* Log a debug message
- *
+ *
* @param what
* message to log
*/
@@ -147,7 +147,7 @@ public class Activator extends AbstractUIPlugin {
/**
* Get the theme used by this plugin.
- *
+ *
* @return our theme.
*/
public static ITheme getTheme() {
@@ -156,7 +156,7 @@ public class Activator extends AbstractUIPlugin {
/**
* Get a font known to this plugin.
- *
+ *
* @param id
* one of our THEME_* font preference ids (see
* {@link UIPreferences});
@@ -168,7 +168,7 @@ public class Activator extends AbstractUIPlugin {
/**
* Get a font known to this plugin, but with bold style applied over top.
- *
+ *
* @param id
* one of our THEME_* font preference ids (see
* {@link UIPreferences});

Back to the top