| author | Olivier Thomann | 2012-06-06 09:42:18 (EDT) |
|---|---|---|
| committer | Markus Keller | 2012-06-06 09:42:18 (EDT) |
| commit | 3d9a214c0a2b5e5a3fa4f35a44300780665194a7 (patch) (side-by-side diff) | |
| tree | 1090bcf59a344a941b65ad4dcdc311f369148ec9 | |
| parent | 0508c70eb05e9ad710a8b74af8618dcd91bd6877 (diff) | |
| download | eclipse.platform.common-3d9a214c0a2b5e5a3fa4f35a44300780665194a7.zip eclipse.platform.common-3d9a214c0a2b5e5a3fa4f35a44300780665194a7.tar.gz eclipse.platform.common-3d9a214c0a2b5e5a3fa4f35a44300780665194a7.tar.bz2 | |
HTML errorsv20120606-134218
| -rw-r--r-- | bundles/org.eclipse.jdt.doc.user/whatsNew/Java7news/whats-new-java-7.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.jdt.doc.user/whatsNew/Java7news/whats-new-java-7.html b/bundles/org.eclipse.jdt.doc.user/whatsNew/Java7news/whats-new-java-7.html index 98e32f6..19b3a4f 100644 --- a/bundles/org.eclipse.jdt.doc.user/whatsNew/Java7news/whats-new-java-7.html +++ b/bundles/org.eclipse.jdt.doc.user/whatsNew/Java7news/whats-new-java-7.html @@ -266,6 +266,7 @@ and many additions to the libraries. The Eclipse compiler implements all the new The evaluation engine in JDT debug has been updated to support Java 7. <p> You can now use all of the new code structures from Java 7 in: + </p> <ul> <li>Display / Inspect actions</li> @@ -273,7 +274,6 @@ and many additions to the libraries. The Eclipse compiler implements all the new <li>Assign variable value operations</li> <li>Breakpoint conditions</li> </ul> - </p> For example, switch on string is supported in breakpoint conditions: <p> <img src="images/bp-condition.png" alt="Breakpoint condition example using switch on string"/> @@ -302,7 +302,7 @@ and many additions to the libraries. The Eclipse compiler implements all the new </td> </tr> - <tr id="ee-description"> + <tr id="api-tools"> <td class="title">API Tools support for Java 7</td> <td class="content"> The execution environment description for Java 7 is available from the corresponding <a href="http://wiki.eclipse.org/Eclipse_Project_Update_Sites">update site</a>. |

