Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJayaprakash Arthanareeswaran2014-03-11 04:33:30 +0000
committerJayaprakash Arthanareeswaran2014-03-11 17:36:42 +0000
commit2f9705b6b7e22393dcc7211f224edfb1137b06a5 (patch)
treeb97926ed9476e4f5f8c20edbe32b6cb9d057beff /org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/MethodReference.java
parentcd22e7cc518ff2d997c93cef84c2cb3849fd35bd (diff)
downloadeclipse.jdt.core-2f9705b6b7e22393dcc7211f224edfb1137b06a5.tar.gz
eclipse.jdt.core-2f9705b6b7e22393dcc7211f224edfb1137b06a5.tar.xz
eclipse.jdt.core-2f9705b6b7e22393dcc7211f224edfb1137b06a5.zip
Fix for bug 428468 - Removing JCP disclaimer and updating @since tags
Diffstat (limited to 'org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/MethodReference.java')
-rw-r--r--org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/MethodReference.java6
1 files changed, 1 insertions, 5 deletions
diff --git a/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/MethodReference.java b/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/MethodReference.java
index a8ba29ed75..b657b2b60d 100644
--- a/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/MethodReference.java
+++ b/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/MethodReference.java
@@ -5,10 +5,6 @@
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
- * This is an implementation of an early-draft specification developed under the Java
- * Community Process (JCP) and is made available for testing and evaluation purposes
- * only. The code is not compatible with any specification of the JCP.
- *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -38,7 +34,7 @@ import java.util.List;
* @see ExpressionMethodReference
* @see SuperMethodReference
* @see TypeMethodReference
- * @since 3.9 BETA_JAVA8
+ * @since 3.10
*/
@SuppressWarnings({"rawtypes"})
public abstract class MethodReference extends Expression {

Back to the top