Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJayaprakash Arthanareeswaran2014-12-19 03:58:54 +0000
committerJayaprakash Arthanareeswaran2014-12-19 06:03:05 +0000
commitf69ff4a662bad4fd89b88d240101a9ac63e64955 (patch)
treed91646234aff401e7e979792f69fd4ca4ca2010a /org.eclipse.jdt.compiler.apt
parent7730019127bc3900db63640d79d3086b55d5a420 (diff)
downloadeclipse.jdt.core-f69ff4a662bad4fd89b88d240101a9ac63e64955.tar.gz
eclipse.jdt.core-f69ff4a662bad4fd89b88d240101a9ac63e64955.tar.xz
eclipse.jdt.core-f69ff4a662bad4fd89b88d240101a9ac63e64955.zip
Bug 455427 - [test] Make compiler test run with APT enabled
Diffstat (limited to 'org.eclipse.jdt.compiler.apt')
-rw-r--r--org.eclipse.jdt.compiler.apt/src/org/eclipse/jdt/internal/compiler/apt/dispatch/AnnotationDiscoveryVisitor.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jdt.compiler.apt/src/org/eclipse/jdt/internal/compiler/apt/dispatch/AnnotationDiscoveryVisitor.java b/org.eclipse.jdt.compiler.apt/src/org/eclipse/jdt/internal/compiler/apt/dispatch/AnnotationDiscoveryVisitor.java
index e615708125..dff859675b 100644
--- a/org.eclipse.jdt.compiler.apt/src/org/eclipse/jdt/internal/compiler/apt/dispatch/AnnotationDiscoveryVisitor.java
+++ b/org.eclipse.jdt.compiler.apt/src/org/eclipse/jdt/internal/compiler/apt/dispatch/AnnotationDiscoveryVisitor.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2006, 2012 IBM Corporation and others.
+ * Copyright (c) 2006, 2014 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

Back to the top