Skip to content

Commit

Permalink
Update javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinrushforth committed Aug 9, 2024
1 parent 5637179 commit 2f25b8a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
3 changes: 1 addition & 2 deletions src/jdk.jsobject/share/classes/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@
*
* @moduleGraph
* @since 9
* @deprecated Users are advised to ship the jdk.jsobject module
* with their application.
* @deprecated The jdk.jsobject module will be delivered with JavaFX.
*/
@Deprecated(since = "24", forRemoval = true)
@SuppressWarnings("removal")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@
* a marker class to indicate an exception relating to the JavaScript
* interface.
* @since 1.5
* @deprecated Users are advised to ship the jdk.jsobject module
* with their application.
* @deprecated The jdk.jsobject module will be delivered with JavaFX.
*/
@Deprecated(since = "24", forRemoval = true)
@SuppressWarnings("removal")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@
* engine is converted to JavaScript data types.
* </p>
* @since 1.5
* @deprecated Users are advised to ship the jdk.jsobject module
* with their application.
* @deprecated The jdk.jsobject module will be delivered with JavaFX.
*/
@Deprecated(since = "24", forRemoval = true)
@SuppressWarnings("removal")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@
* <p>
* <b>Deprecated, for removal: This API element is subject to removal
* in a future version.</b><br>
* <em>Users are advised to ship the jdk.jsobject module
* with their application.</em>
* <em>The jdk.jsobject module will be delivered with JavaFX.</em>
* </p>
*
* <p>
Expand Down

0 comments on commit 2f25b8a

Please sign in to comment.