Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMat Booth2015-03-13 14:43:04 +0000
committerThomas Watson2015-03-13 21:20:40 +0000
commit90ef54e6ac32b83c3125845e6f5b8c1c01e64397 (patch)
treedcd0850342fb220661826f44a1afef9105467ce8 /bundles/org.eclipse.equinox.preferences
parenta6f8efe6a1402c476ceb393512a34cf5c0535b94 (diff)
downloadrt.equinox.bundles-90ef54e6ac32b83c3125845e6f5b8c1c01e64397.tar.gz
rt.equinox.bundles-90ef54e6ac32b83c3125845e6f5b8c1c01e64397.tar.xz
rt.equinox.bundles-90ef54e6ac32b83c3125845e6f5b8c1c01e64397.zip
Bug 462076 - ILegacyPreferences is not deprecated correctly
Fix a type-o in the @deprecated tag Change-Id: Ia2a103cb8939f42a391323e38a3c7ac688dd8585 Signed-off-by: Mat Booth <mat.booth@redhat.com>
Diffstat (limited to 'bundles/org.eclipse.equinox.preferences')
-rw-r--r--bundles/org.eclipse.equinox.preferences/src/org/eclipse/core/internal/preferences/exchange/ILegacyPreferences.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.preferences/src/org/eclipse/core/internal/preferences/exchange/ILegacyPreferences.java b/bundles/org.eclipse.equinox.preferences/src/org/eclipse/core/internal/preferences/exchange/ILegacyPreferences.java
index ea8eedc27..14679a1dd 100644
--- a/bundles/org.eclipse.equinox.preferences/src/org/eclipse/core/internal/preferences/exchange/ILegacyPreferences.java
+++ b/bundles/org.eclipse.equinox.preferences/src/org/eclipse/core/internal/preferences/exchange/ILegacyPreferences.java
@@ -14,7 +14,7 @@ package org.eclipse.core.internal.preferences.exchange;
* Provides initialization of the legacy preferences as described in
* the Plugin class.
*
- * @depreceated
+ * @deprecated
*/
public interface ILegacyPreferences {
/**

Back to the top