Closed pelidan closed 3 years ago
Removed forced lower_underscore to camel conversion of Java type names and replaced with manual uppercasing of letters after an underscore. Names that are already in camel case are not afftected this way.
fixes issue https://github.com/salesforce/grpc-java-contrib/issues/163
Removed forced lower_underscore to camel conversion of Java type names and replaced with manual uppercasing of letters after an underscore. Names that are already in camel case are not afftected this way.