Skip to content

Commit

Permalink
Update target platform to newer 4.33-I-builds (I20240820-1800).
Browse files Browse the repository at this point in the history
Signed-off-by: Roland Grunberg <[email protected]>
  • Loading branch information
rgrunber committed Aug 21, 2024
1 parent 25b9fdd commit 608295f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion org.eclipse.jdt.ls.target/org.eclipse.jdt.ls.tp.target
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<unit id="org.mockito.mockito-core" version="0.0.0"/>
<unit id="org.apache.commons.commons-io" version="0.0.0"/>
<unit id="org.eclipse.jdt.apt.pluggable.core" version="0.0.0"/>
<repository location="https://download.eclipse.org/eclipse/updates/4.33-I-builds/I20240728-1800/"/>
<repository location="https://download.eclipse.org/eclipse/updates/4.33-I-builds/I20240820-1800/"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.jdt.core.compiler.batch" version="0.0.0"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -947,7 +947,7 @@ public void testMismatchingReturnType2() throws Exception {
buf.append(" return null;\n");
buf.append(" }\n");
buf.append("}\n");
Expected e1 = new Expected("Change return type of 'getCollection(..)' to 'List'", buf.toString());
Expected e1 = new Expected("Change return type of 'getCollection(..)' to 'List<E>'", buf.toString());

buf = new StringBuilder();
buf.append("package test1;\n");
Expand Down

0 comments on commit 608295f

Please sign in to comment.