commit | 3de186fbf0e79094bd07c71101d80f39b02eb0ca | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <spearce@spearce.org> | Thu Nov 18 16:50:14 2010 -0800 |
committer | Shawn O. Pearce <spearce@spearce.org> | Thu Nov 18 16:50:14 2010 -0800 |
tree | 0dbfde099157edca208700204d0c2788685ed93a | |
parent | 2054c3fb8aeb19337caea5129003b6145c82ea1b [diff] |
Name TreeFilter and MergeFilter implementations Naming these inner classes ensures that stack traces which contain them will give us useful information about which filter is involved in the trace, rather than the generated names $1, $2, etc. This makes it much easier to understand a stack trace at a glance. Change-Id: Ia6a75fdb382ff6461e02054d94baf011bdeee5aa Signed-off-by: Shawn O. Pearce <spearce@spearce.org>