Skip to content

Commit c813a87

Browse files
committed
Update target platform to newer 4.33-I-builds (I20240820-1800).
Signed-off-by: Roland Grunberg <[email protected]>
1 parent 25b9fdd commit c813a87

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

org.eclipse.jdt.ls.target/org.eclipse.jdt.ls.tp.target

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<unit id="org.mockito.mockito-core" version="0.0.0"/>
2626
<unit id="org.apache.commons.commons-io" version="0.0.0"/>
2727
<unit id="org.eclipse.jdt.apt.pluggable.core" version="0.0.0"/>
28-
<repository location="https://download.eclipse.org/eclipse/updates/4.33-I-builds/I20240728-1800/"/>
28+
<repository location="https://download.eclipse.org/eclipse/updates/4.33-I-builds/I20240820-1800/"/>
2929
</location>
3030
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
3131
<unit id="org.eclipse.jdt.core.compiler.batch" version="0.0.0"/>

org.eclipse.jdt.ls.tests/src/org/eclipse/jdt/ls/core/internal/correction/TypeMismatchQuickFixTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -947,7 +947,7 @@ public void testMismatchingReturnType2() throws Exception {
947947
buf.append(" return null;\n");
948948
buf.append(" }\n");
949949
buf.append("}\n");
950-
Expected e1 = new Expected("Change return type of 'getCollection(..)' to 'List'", buf.toString());
950+
Expected e1 = new Expected("Change return type of 'getCollection(..)' to 'List<E>'", buf.toString());
951951

952952
buf = new StringBuilder();
953953
buf.append("package test1;\n");

0 commit comments

Comments
 (0)