diff pkg/imports/fa.go @ 5035:56c589f7435d

Enhance comments on implementations of StageDone()
author Tom Gottfried <tom@intevation.de>
date Fri, 20 Mar 2020 17:24:03 +0100
parents 59a99655f34d
children 4bc14bea3fc9
line wrap: on
line diff
--- a/pkg/imports/fa.go	Fri Mar 20 12:28:04 2020 +0100
+++ b/pkg/imports/fa.go	Fri Mar 20 17:24:03 2020 +0100
@@ -187,8 +187,7 @@
 
 func (faJobCreator) AutoAccept() bool { return true }
 
-// StageDone moves the imported fairway availablities out of the staging area.
-// Currently doing nothing.
+// StageDone is a NOP for fairway availability imports.
 func (faJobCreator) StageDone(context.Context, *sql.Tx, int64, Feedback) error {
 	return nil
 }