| Index: appengine/findit/crash/suspect.py
|
| diff --git a/appengine/findit/crash/suspect.py b/appengine/findit/crash/suspect.py
|
| index 0e878ebb38aa159836e8f2302421c0a1d2147aae..567f2e9a11a4e2e4696107fd91fa2ba72d897aca 100644
|
| --- a/appengine/findit/crash/suspect.py
|
| +++ b/appengine/findit/crash/suspect.py
|
| @@ -58,6 +58,8 @@ class Suspect(object):
|
| self.reasons = reasons
|
| self.changed_files = changed_files
|
|
|
| + # TODO(katesonia): These file_to_* should be deprecated once we deprecate
|
| + # the scorer-based changelist_classifier.
|
| # TODO(wrengr): (a) make these two fields private/readonly
|
| # TODO(wrengr): (b) zip them together.
|
| # TODO(wrengr): (c) move them to the relevant features instead.
|
|
|