Skip to content

Commit

Permalink
api: Stabilize MethodDescriptor.Marshaller
Browse files Browse the repository at this point in the history
Fixes #1777
  • Loading branch information
ejona86 committed Apr 19, 2019
1 parent affce63 commit 7c0e143
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/src/main/java/io/grpc/MethodDescriptor.java
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ public final boolean serverSendsOneMessage() {
* @param <T> type of serializable message
* @since 1.0.0
*/
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/1777")
public interface Marshaller<T> {
/**
* Given a message, produce an {@link InputStream} for it so that it can be written to the wire.
Expand Down

0 comments on commit 7c0e143

Please sign in to comment.