rebased with master

This commit is contained in:
Ernir Erlingsson
2016-03-08 23:05:10 +01:00
parent 9af3ce123a
commit 10764d727b
12 changed files with 43 additions and 35 deletions

View File

@@ -55,6 +55,7 @@ public class TestLifecycleModule {
};
}
@Provides
ShutdownManager provideShutdownManager() {
return new ShutdownManager() {
@Override