Skip to content

Commit

Permalink
docs: Update the Javadoc of ObsoleteApi.java (#3088)
Browse files Browse the repository at this point in the history
Update the Javadoc of ObsoleteApi.java. It's preferred to provide
reasons and alternatives directly in the description, rather than links,
as links are not stable.
  • Loading branch information
blakeli0 authored Aug 7, 2024
1 parent 06de560 commit 0ef6619
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@
})
@Documented
public @interface ObsoleteApi {
/** Context information such as links to a discussion thread, tracking issue, etc. */
/** Context information such as reasons and alternatives. */
String value();
}

0 comments on commit 0ef6619

Please sign in to comment.