Skip to content

Commit 7ed2a7e

Browse files
authored
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 9bfd57d commit 7ed2a7e

File tree

1 file changed

+1
-1
lines changed
  • sdk-platform-java/api-common-java/src/main/java/com/google/api/core

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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)