From e553164b6f7bcc4eb55272a809daab430927ce2a Mon Sep 17 00:00:00 2001 From: Robert Bailey Date: Fri, 12 Jul 2019 02:41:16 -0700 Subject: [PATCH] Manual fix to the cpp sdk comments. --- sdks/cpp/include/agones/sdk.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdks/cpp/include/agones/sdk.h b/sdks/cpp/include/agones/sdk.h index 96b9513fdc..f17adf67f2 100644 --- a/sdks/cpp/include/agones/sdk.h +++ b/sdks/cpp/include/agones/sdk.h @@ -52,11 +52,11 @@ class SDK { AGONES_EXPORT grpc::Status Shutdown(); // SetLabel sets a metadata label on the `GameServer` with the prefix - // stable.agones.dev/sdk- + // agones.dev/sdk- AGONES_EXPORT grpc::Status SetLabel(std::string key, std::string value); // SetAnnotation sets a metadata annotation on the `GameServer` with the - // prefix stable.agones.dev/sdk- + // prefix agones.dev/sdk- AGONES_EXPORT grpc::Status SetAnnotation(std::string key, std::string value); // Watch the GameServer configuration, and fire the callback