(This is precisely why using @Override everywhere possible is useful. The compiler would have caught this.)
On Thu, Jun 17, 2010 at 4:38 AM, Shannon Quinn <[email protected]> wrote: > Hi Drew, > > Amazing! That fixed it! I figured it was something that simple; I guess in > refactoring my first attempt, which used the older API, one tiny element > (Iterable vs Iterator? wow) fell through. >
