mirror of https://github.com/grpc/grpc-node.git
Added a comment to server.js
This commit is contained in:
parent
e84f7e6614
commit
38d30d285d
|
@ -652,4 +652,7 @@ function makeProtobufServerConstructor(services) {
|
||||||
*/
|
*/
|
||||||
exports.makeServerConstructor = makeServerConstructor;
|
exports.makeServerConstructor = makeServerConstructor;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* See documentation for makeProtobufServerConstructor
|
||||||
|
*/
|
||||||
exports.makeProtobufServerConstructor = makeProtobufServerConstructor;
|
exports.makeProtobufServerConstructor = makeProtobufServerConstructor;
|
||||||
|
|
Loading…
Reference in New Issue