Skip to content

Commit

Permalink
6441827: Documentation mentions nonexistent NullReferenceException
Browse files Browse the repository at this point in the history
Reviewed-by: iris
  • Loading branch information
jaikiran committed Apr 9, 2023
1 parent 9e20382 commit ec9d816
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ protected void annotateProxyClass(Class<?> cl) throws IOException {
* substituted or the original object.
*
* <p>Null can be returned as the object to be substituted, but may cause
* NullReferenceException in classes that contain references to the
* {@link NullPointerException} in classes that contain references to the
* original object since they may be expecting an object instead of
* null.
*
Expand Down

1 comment on commit ec9d816

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.