Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.jdt.ui.tests.refactoring/resources/InlineConstant/canInline/test9/out/D.java')
-rw-r--r--org.eclipse.jdt.ui.tests.refactoring/resources/InlineConstant/canInline/test9/out/D.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/org.eclipse.jdt.ui.tests.refactoring/resources/InlineConstant/canInline/test9/out/D.java b/org.eclipse.jdt.ui.tests.refactoring/resources/InlineConstant/canInline/test9/out/D.java
index 74ccf93edc..4aea0b493d 100644
--- a/org.eclipse.jdt.ui.tests.refactoring/resources/InlineConstant/canInline/test9/out/D.java
+++ b/org.eclipse.jdt.ui.tests.refactoring/resources/InlineConstant/canInline/test9/out/D.java
@@ -1,7 +1,6 @@
// 8, 18 -> 8, 26 replaceAll == true, removeDeclaration == true
package p2;
-
class D {
void f() {
int j= 12345;

Back to the top