Skip to content

Commit 2a96cff

Browse files
committed
Add missing comma in example code
1 parent bb51722 commit 2a96cff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow_serving/util/class_registration.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ limitations under the License.
105105
// ...
106106
// };
107107
// DEFINE_CLASS_REGISTRY(MyParameterizedBaseClassRegistry,
108-
// MyParameterizedBaseClass, int, const string&
108+
// MyParameterizedBaseClass, int, const string&,
109109
// const std::map<int TFS_COMMA string>&);
110110
// #define REGISTER_MY_BASE_CLASS(ClassCreator, ConfigProto)
111111
// REGISTER_CLASS(MyBaseClassRegistry, MyBaseClass, ClassCreator,

0 commit comments

Comments
 (0)