Skip to content

Commit

Permalink
API stabilization: getRequestMarshaller, getResponseMarshaller (#10495)
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyjongyoonan authored Aug 16, 2023
1 parent be16afd commit 93118f4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions api/src/main/java/io/grpc/MethodDescriptor.java
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,6 @@ public InputStream streamResponse(RespT response) {
*
* @since 1.1.0
*/
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/2592")
public Marshaller<ReqT> getRequestMarshaller() {
return requestMarshaller;
}
Expand All @@ -334,7 +333,6 @@ public Marshaller<ReqT> getRequestMarshaller() {
*
* @since 1.1.0
*/
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/2592")
public Marshaller<RespT> getResponseMarshaller() {
return responseMarshaller;
}
Expand Down

0 comments on commit 93118f4

Please sign in to comment.