Skip to content

Commit 0ef6619

Browse files
authoredAug 7, 2024··
docs: Update the Javadoc of ObsoleteApi.java (#3088)
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.
1 parent 06de560 commit 0ef6619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎api-common-java/src/main/java/com/google/api/core/ObsoleteApi.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@
6060
})
6161
@Documented
6262
public @interface ObsoleteApi {
63-
/** Context information such as links to a discussion thread, tracking issue, etc. */
63+
/** Context information such as reasons and alternatives. */
6464
String value();
6565
}

0 commit comments

Comments
 (0)
Please sign in to comment.