Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Arthanareeswaran2019-03-18 09:51:08 +0000
committerJay Arthanareeswaran2019-03-20 02:17:54 +0000
commit8b2cab19eff66d28c0e622c3c9f0c114ee2f8e41 (patch)
treef47b920e51e80ab2a7d44c0388450f40619aab1f /org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/SwitchCase.java
parent2a8617c89c5e3d9080624481df4455c71bf1f04a (diff)
downloadeclipse.jdt.core-8b2cab19eff66d28c0e622c3c9f0c114ee2f8e41.tar.gz
eclipse.jdt.core-8b2cab19eff66d28c0e622c3c9f0c114ee2f8e41.tar.xz
eclipse.jdt.core-8b2cab19eff66d28c0e622c3c9f0c114ee2f8e41.zip
Bug 545475 - [12] Remove JCP disclaimers from code, UI and marketplaceY20190319-2305P20190319-2255
Change-Id: Id80e3b4e087394b807456dcf497d37d1a9096358 Signed-off-by: Jay Arthanareeswaran <jarthana@in.ibm.com>
Diffstat (limited to 'org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/SwitchCase.java')
-rw-r--r--org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/SwitchCase.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/SwitchCase.java b/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/SwitchCase.java
index 1b19ec464e..99d9eae0a1 100644
--- a/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/SwitchCase.java
+++ b/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/SwitchCase.java
@@ -8,10 +8,6 @@
*
* SPDX-License-Identifier: EPL-2.0
*
- * 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
*******************************************************************************/

Back to the top