Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove deprecated tag that was added prematurely #97

Merged
merged 9 commits into from Feb 27, 2020
Expand Up @@ -22,10 +22,8 @@
/**
* AUTO-GENERATED DOCUMENTATION AND CLASS
*
* @deprecated This resource name class will be removed in the next major version.
*/
@javax.annotation.Generated("by GAPIC protoc plugin")
@Deprecated
public class DeletedTopic extends TopicName {

private static final String FIXED_VALUE = "_deleted-topic_";
Expand Down
Expand Up @@ -26,10 +26,8 @@
/**
* AUTO-GENERATED DOCUMENTATION AND CLASS
*
* @deprecated This resource name class will be removed in the next major version.
*/
@javax.annotation.Generated("by GAPIC protoc plugin")
@Deprecated
public class ProjectTopicName extends TopicName {

private static final PathTemplate PATH_TEMPLATE =
Expand Down