From 7726f18e8c5d516d5780fe28f417857637d507dd Mon Sep 17 00:00:00 2001 From: or-else Date: Sun, 27 Dec 2020 11:30:45 -0800 Subject: [PATCH] hopefully the last batch of link comment warnings --- server/datamodel.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/datamodel.go b/server/datamodel.go index ebe5d1176..6fb961e39 100644 --- a/server/datamodel.go +++ b/server/datamodel.go @@ -929,12 +929,12 @@ func NoErrDeliveredParams(id, topic string, ts time.Time, params interface{}) *S // 3xx -// InfoValidateCredentialsExplicitTs requires user to confirm credentials before going forward (300). +// InfoValidateCredentials requires user to confirm credentials before going forward (300). func InfoValidateCredentials(id string, ts time.Time) *ServerComMessage { return InfoValidateCredentialsExplicitTs(id, ts, ts) } -// InfoValidateCredentials requires user to confirm credentials before going forward +// InfoValidateCredentialsExplicitTs requires user to confirm credentials before going forward // with explicit server and incoming request timestamps (300). func InfoValidateCredentialsExplicitTs(id string, serverTs, incomingReqTs time.Time) *ServerComMessage { return &ServerComMessage{Ctrl: &MsgServerCtrl{