More cleanup

This commit is contained in:
misaochan 2018-01-25 02:41:09 +10:00
parent eee96e1d08
commit 339e82f612

View file

@ -30,8 +30,6 @@ public interface CommonsApplicationComponent extends AndroidInjector<CommonsAppl
void inject(MediaWikiImageView mediaWikiImageView); void inject(MediaWikiImageView mediaWikiImageView);
//void inject(DirectUpload directUpload);
@Component.Builder @Component.Builder
@SuppressWarnings({"WeakerAccess", "unused"}) @SuppressWarnings({"WeakerAccess", "unused"})
interface Builder { interface Builder {