Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rapicault2014-11-12 15:24:59 +0000
committerPascal Rapicault2014-11-12 15:24:59 +0000
commit1e9107b6ede40d2b316bc859730c7a80a51d200d (patch)
tree99611d8a961a7720cf67baa056ba74a3adf95f62
parent2c821a9b217ad6736bc32d9423e893d50df76d51 (diff)
downloadrt.equinox.p2-1e9107b6ede40d2b316bc859730c7a80a51d200d.tar.gz
rt.equinox.p2-1e9107b6ede40d2b316bc859730c7a80a51d200d.tar.xz
rt.equinox.p2-1e9107b6ede40d2b316bc859730c7a80a51d200d.zip
Add missing @since tag
-rw-r--r--bundles/org.eclipse.equinox.p2.core/src/org/eclipse/equinox/p2/core/UIServices.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.p2.core/src/org/eclipse/equinox/p2/core/UIServices.java b/bundles/org.eclipse.equinox.p2.core/src/org/eclipse/equinox/p2/core/UIServices.java
index c77895342..0571b5c9c 100644
--- a/bundles/org.eclipse.equinox.p2.core/src/org/eclipse/equinox/p2/core/UIServices.java
+++ b/bundles/org.eclipse.equinox.p2.core/src/org/eclipse/equinox/p2/core/UIServices.java
@@ -148,6 +148,7 @@ public abstract class UIServices {
* Opens an information dialog
* @param title - the title of the dialog
* @param text - the text shown in the dialog
+ * @since 2.4
*/
public void showInformationMessage(String title, String text) {
System.out.println(text);

Back to the top