File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11/*******************************************************************************
2- * Copyright (c) 2019, 2020 IBM Corporation and others.
2+ * Copyright (c) 2019, 2024 IBM Corporation and others.
33 *
44 * This program and the accompanying materials
55 * are made available under the terms of the Eclipse Public License 2.0
@@ -126,7 +126,7 @@ enum Day {
126126 public void testSplitSwitchCaseLabelRuleStatement () throws Exception {
127127 fJProject1 = JavaProjectHelper .createJavaProject ("TestProject1" , "bin" );
128128 fJProject1 .setRawClasspath (projectSetup .getDefaultClasspath (), null );
129- JavaProjectHelper .set12CompilerOptions (fJProject1 , true );
129+ JavaProjectHelper .set14CompilerOptions (fJProject1 , true );
130130 fSourceFolder = JavaProjectHelper .addSourceContainer (fJProject1 , "src" );
131131
132132 String str = """
You can’t perform that action at this time.
0 commit comments