Update one more TODO

ugly-unit-test
Bradlee Speice 2014-05-10 19:21:42 -04:00
parent eeb0df3dcf
commit 8292dc91a1
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ public class BookListFragment extends Fragment {
/**
* Returns a new instance of this fragment for the given section number.
* TODO: This will need to be switched to an @Provides class maybe?
* TODO: Switch to AutoFactory/@Provides rather than inline creation.
*/
public static BookListFragment newInstance(BookCategory c) {
BookListFragment fragment = new BookListFragment();