Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2020-04-11 19:41:01 +0000
committerAlexander Kurtakov2020-04-11 20:16:37 +0000
commit74d5230cc9696d586a378fdd6fd44d9116ae8e76 (patch)
tree91fe2391e113c2dc67110869722c5cb97a74cee9
parent8157e52b0d9e79f5e8d7f03988e1bf39db6243eb (diff)
downloadrt.equinox.p2-74d5230cc9696d586a378fdd6fd44d9116ae8e76.tar.gz
rt.equinox.p2-74d5230cc9696d586a378fdd6fd44d9116ae8e76.tar.xz
rt.equinox.p2-74d5230cc9696d586a378fdd6fd44d9116ae8e76.zip
Bug 483383 - Allow p2 to prevent installation of IUs requiring anI20200412-1800I20200411-1800
Execution Environment not compatible with running JRE Fix javadoc typo. Change-Id: If783bbb9ebfdd11b38f3cf34efcc739e2d49ff60 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
-rw-r--r--bundles/org.eclipse.equinox.p2.ui/src/org/eclipse/equinox/p2/ui/Policy.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.ui/src/org/eclipse/equinox/p2/ui/Policy.java b/bundles/org.eclipse.equinox.p2.ui/src/org/eclipse/equinox/p2/ui/Policy.java
index 011b1466d..8f0d82c1c 100644
--- a/bundles/org.eclipse.equinox.p2.ui/src/org/eclipse/equinox/p2/ui/Policy.java
+++ b/bundles/org.eclipse.equinox.p2.ui/src/org/eclipse/equinox/p2/ui/Policy.java
@@ -521,7 +521,7 @@ public class Policy {
* Set a boolean indicating whether the provisioning operation should check
* compatibility with current execution environment.
*
- * @param check code>true</code> if operation should check compatibility with
+ * @param check <code>true</code> if operation should check compatibility with
* current execution environment, <code>false</code> otherwise.
*
* @since 2.6

Back to the top