Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.jdt.core/model/org/eclipse/jdt/core/util/IAnnotationComponentValue.java')
-rw-r--r--org.eclipse.jdt.core/model/org/eclipse/jdt/core/util/IAnnotationComponentValue.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.jdt.core/model/org/eclipse/jdt/core/util/IAnnotationComponentValue.java b/org.eclipse.jdt.core/model/org/eclipse/jdt/core/util/IAnnotationComponentValue.java
index 942d8958cd..3402463e55 100644
--- a/org.eclipse.jdt.core/model/org/eclipse/jdt/core/util/IAnnotationComponentValue.java
+++ b/org.eclipse.jdt.core/model/org/eclipse/jdt/core/util/IAnnotationComponentValue.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2004 IBM Corporation and others.
+ * Copyright (c) 2000, 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, and is available at
@@ -11,12 +11,12 @@
package org.eclipse.jdt.core.util;
/**
- * Description of an annotation component value as described in the JVM specifications
+ * Description of an annotation component value as described in the JVM specifications.
* (added in J2SE 1.5).
*
* This interface may be implemented by clients.
*
- * @since 3.0
+ * @since 3.1
*/
public interface IAnnotationComponentValue {

Back to the top