This is an automated email from the ASF dual-hosted git repository.

dangogh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-trafficcontrol.git

commit 22eab8b4c808231f151fcfb1214258d7b05a7fd0
Author: Dewayne Richardson <dewr...@apache.org>
AuthorDate: Wed Feb 14 13:52:29 2018 -0700

    updated comment to reflect the Creator refactor
---
 traffic_ops/traffic_ops_golang/cdn/cdns.go | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/traffic_ops/traffic_ops_golang/cdn/cdns.go 
b/traffic_ops/traffic_ops_golang/cdn/cdns.go
index 00b99a8..26ae242 100644
--- a/traffic_ops/traffic_ops_golang/cdn/cdns.go
+++ b/traffic_ops/traffic_ops_golang/cdn/cdns.go
@@ -187,8 +187,8 @@ func (cdn *TOCDN) Update(db *sqlx.DB, user 
auth.CurrentUser) (error, tc.ApiError
        return nil, tc.NoError
 }
 
-//The TOCDN implementation of the Inserter interface
-//all implementations of Inserter should use transactions and return the 
proper errorType
+//The TOCDN implementation of the Creator interface
+//all implementations of Creator should use transactions and return the proper 
errorType
 //ParsePQUniqueConstraintError is used to determine if a cdn with conflicting 
values exists
 //if so, it will return an errorType of DataConflict and the type should be 
appended to the
 //generic error message returned

-- 
To stop receiving notification emails like this one, please contact
dang...@apache.org.

Reply via email to