Skip to content

Commit

Permalink
preservingProtoFieldNames not used
Browse files Browse the repository at this point in the history
  • Loading branch information
augi authored Sep 20, 2018
1 parent ac35266 commit d90e632
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ abstract class GrpcJsonBridgeBase[F[_], Stub <: io.grpc.stub.AbstractStub[Stub]]
protected def newFutureStub: Stub
protected val parser: JsonFormat.Parser = JsonFormat.parser()
protected val printer: JsonFormat.Printer = {
JsonFormat.printer().includingDefaultValueFields().omittingInsignificantWhitespace().preservingProtoFieldNames()
JsonFormat.printer().includingDefaultValueFields().omittingInsignificantWhitespace()
}

// https://groups.google.com/forum/#!topic/grpc-io/1-KMubq1tuc
Expand Down

0 comments on commit d90e632

Please sign in to comment.