Add @Deprecated annotations.
Change-Id: I8ae4cd9e9aa7a60673a08c1c2577d2b8a5571d20
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
diff --git a/bundles/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/utils/IPerformancesConstants.java b/bundles/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/utils/IPerformancesConstants.java
index 3851e41..d089445 100644
--- a/bundles/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/utils/IPerformancesConstants.java
+++ b/bundles/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/utils/IPerformancesConstants.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2000, 2009 IBM Corporation and others.
+ * Copyright (c) 2000, 2017 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
@@ -93,7 +93,8 @@
"M6-201003121448",
};
/** @deprecated */
- public static final String[] V35_MILESTONES = new String[] {
+ @Deprecated
+ public static final String[] V35_MILESTONES = new String[] {
"M1-200808071402",
"M2-200809180100",
"M3-200810301917",
@@ -108,7 +109,8 @@
"R3_5-200906111540"
};
/** @deprecated */
- public static final String[] V34_MILESTONES = new String[] {
+ @Deprecated
+ public static final String[] V34_MILESTONES = new String[] {
"M1-200708091105",
"M2-200709210919",
"M3-200711012000",
@@ -123,7 +125,8 @@
"R3_4-200806172000"
};
/** @deprecated */
- public static final String[] V33_MILESTONES = new String[] {
+ @Deprecated
+ public static final String[] V33_MILESTONES = new String[] {
"M1-200608101230",
"M2-200609220010",
"M3-200611021715",