aboutsummaryrefslogtreecommitdiffstats
path: root/bug/snapshot.go
diff options
context:
space:
mode:
Diffstat (limited to 'bug/snapshot.go')
-rw-r--r--bug/snapshot.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/bug/snapshot.go b/bug/snapshot.go
index 28a92961..1004b625 100644
--- a/bug/snapshot.go
+++ b/bug/snapshot.go
@@ -33,6 +33,7 @@ func (snap *Snapshot) HumanId() string {
return fmt.Sprintf("%.8s", snap.id)
}
+// Deprecated:should be moved in UI code
func (snap *Snapshot) Summary() string {
return fmt.Sprintf("C:%d L:%d",
len(snap.Comments)-1,