Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
chore: remove @generated annotation from gax-grpc
Browse files Browse the repository at this point in the history
  • Loading branch information
Neenu1995 committed Oct 14, 2021
1 parent 4ee5106 commit ea35bae
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Expand Up @@ -35,7 +35,6 @@
import io.grpc.ServerServiceDefinition;
import java.util.List;

@javax.annotation.Generated("by GAPIC")
@BetaApi
public class MockOperations implements MockGrpcService {
private final MockOperationsImpl serviceImpl;
Expand Down
Expand Up @@ -39,7 +39,6 @@
import java.util.List;
import java.util.Queue;

@javax.annotation.Generated("by GAPIC")
@BetaApi
public class MockOperationsImpl extends OperationsImplBase {
private List<AbstractMessage> requests;
Expand Down

0 comments on commit ea35bae

Please sign in to comment.