Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rapicault2010-03-13 01:40:06 +0000
committerPascal Rapicault2010-03-13 01:40:06 +0000
commitcc6a54ab3a437d804200a50b953088c0f4565886 (patch)
treecb0a5768ecba0d6b5c2f614f84ab831f695f7c9b
parentad4d507ccc6c04348abdf0da4b29d2cad5e514c8 (diff)
downloadrt.equinox.p2-cc6a54ab3a437d804200a50b953088c0f4565886.tar.gz
rt.equinox.p2-cc6a54ab3a437d804200a50b953088c0f4565886.tar.xz
rt.equinox.p2-cc6a54ab3a437d804200a50b953088c0f4565886.zip
fix java doc
-rw-r--r--bundles/org.eclipse.equinox.p2.engine/src/org/eclipse/equinox/p2/engine/IProfile.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.engine/src/org/eclipse/equinox/p2/engine/IProfile.java b/bundles/org.eclipse.equinox.p2.engine/src/org/eclipse/equinox/p2/engine/IProfile.java
index f1eed6a51..aded17899 100644
--- a/bundles/org.eclipse.equinox.p2.engine/src/org/eclipse/equinox/p2/engine/IProfile.java
+++ b/bundles/org.eclipse.equinox.p2.engine/src/org/eclipse/equinox/p2/engine/IProfile.java
@@ -42,7 +42,7 @@ public interface IProfile extends IQueryable<IInstallableUnit> {
public static int LOCK_UNINSTALL = 1 << 0;
/**
* Constant used to indicate that an installable unit is locked so that it may
- * not be updated. updates.
+ * not be updated.
* @see #PROP_PROFILE_LOCKED_IU
*/
public static int LOCK_UPDATE = 1 << 1;

Back to the top