Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoroliviert2016-12-06 21:38:10 +0000
committerMarkus Keller2016-12-19 21:45:24 +0000
commite11f7938c07dc50c5370136649c39b3e838b3c30 (patch)
tree677c87d457d26c9f01e7e0ff019125dcb5ae7121 /org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/NullAnnotationsRewriteOperations.java
parent0f57bbb1450a35fae6dc9adafd1ec253aa707d52 (diff)
downloadeclipse.jdt.ui-e11f7938c07dc50c5370136649c39b3e838b3c30.tar.gz
eclipse.jdt.ui-e11f7938c07dc50c5370136649c39b3e838b3c30.tar.xz
eclipse.jdt.ui-e11f7938c07dc50c5370136649c39b3e838b3c30.zip
Bug 508777: Move some org.eclipse.jdt.internal.corext packages/types to org.eclipse.jdt.core.manipulation bundleI20161221-0400I20161220-2000I20161220-0530I20161219-2000
Change-Id: I7f0bf0a57bf8657eb2257ac63940c4caa25c1350 Signed-off-by: oliviert <Olivier_Thomann@ca.ibm.com> Also-by: Markus Keller <markus_keller@ch.ibm.com>
Diffstat (limited to 'org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/NullAnnotationsRewriteOperations.java')
-rw-r--r--org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/NullAnnotationsRewriteOperations.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/NullAnnotationsRewriteOperations.java b/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/NullAnnotationsRewriteOperations.java
index 8b6edf34b1..724bc4708c 100644
--- a/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/NullAnnotationsRewriteOperations.java
+++ b/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/NullAnnotationsRewriteOperations.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2011, 2013 GK Software AG and others.
+ * Copyright (c) 2011, 2016 GK Software AG 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
@@ -55,8 +55,8 @@ import org.eclipse.jdt.internal.corext.util.Messages;
import org.eclipse.jdt.ui.text.java.IProblemLocation;
-import org.eclipse.jdt.internal.ui.text.correction.ASTResolving;
-import org.eclipse.jdt.internal.ui.viewsupport.BasicElementLabels;
+import org.eclipse.jdt.internal.core.manipulation.dom.ASTResolving;
+import org.eclipse.jdt.internal.core.manipulation.util.BasicElementLabels;
public class NullAnnotationsRewriteOperations {

Back to the top