Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Arthorne2010-02-22 20:22:23 +0000
committerJohn Arthorne2010-02-22 20:22:23 +0000
commit4ac2e5c553b7f30bbb08de2c7d1b4171d2ee813d (patch)
tree54d735c3ec56199fe3340e1df01c04b61371a5f0 /bundles
parent15aa27467f64b7e9c70687cc58bf17b31c766160 (diff)
downloadrt.equinox.p2-4ac2e5c553b7f30bbb08de2c7d1b4171d2ee813d.tar.gz
rt.equinox.p2-4ac2e5c553b7f30bbb08de2c7d1b4171d2ee813d.tar.xz
rt.equinox.p2-4ac2e5c553b7f30bbb08de2c7d1b4171d2ee813d.zip
added missing @since
Diffstat (limited to 'bundles')
-rw-r--r--bundles/org.eclipse.equinox.p2.engine/src/org/eclipse/equinox/p2/engine/SizingPhaseSet.java5
-rw-r--r--bundles/org.eclipse.equinox.p2.metadata/src/org/eclipse/equinox/p2/metadata/KeyWithLocale.java1
2 files changed, 5 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.engine/src/org/eclipse/equinox/p2/engine/SizingPhaseSet.java b/bundles/org.eclipse.equinox.p2.engine/src/org/eclipse/equinox/p2/engine/SizingPhaseSet.java
index 99a5a7132..5064ab5d4 100644
--- a/bundles/org.eclipse.equinox.p2.engine/src/org/eclipse/equinox/p2/engine/SizingPhaseSet.java
+++ b/bundles/org.eclipse.equinox.p2.engine/src/org/eclipse/equinox/p2/engine/SizingPhaseSet.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2007, 2008 IBM Corporation and others.
+ * Copyright (c) 2007, 2010 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@@ -17,6 +17,9 @@ import org.eclipse.equinox.internal.p2.engine.Phase;
import org.eclipse.equinox.internal.p2.engine.PhaseSet;
import org.eclipse.equinox.internal.p2.engine.phases.Sizing;
+/**
+ * @since 2.0
+ */
public class SizingPhaseSet extends PhaseSet {
private static Sizing sizing;
diff --git a/bundles/org.eclipse.equinox.p2.metadata/src/org/eclipse/equinox/p2/metadata/KeyWithLocale.java b/bundles/org.eclipse.equinox.p2.metadata/src/org/eclipse/equinox/p2/metadata/KeyWithLocale.java
index 1ad50977c..ce41880dd 100644
--- a/bundles/org.eclipse.equinox.p2.metadata/src/org/eclipse/equinox/p2/metadata/KeyWithLocale.java
+++ b/bundles/org.eclipse.equinox.p2.metadata/src/org/eclipse/equinox/p2/metadata/KeyWithLocale.java
@@ -15,6 +15,7 @@ import java.util.Locale;
/**
* A key that can be used to extract a localized property for a specified Locale
+ * @since 2.0
*/
public class KeyWithLocale implements Serializable {
private static final long serialVersionUID = 8818242663547645188L;

Back to the top