Rename UpdaterControllerInt to Controller

This commit is contained in:
Gabriele M
2017-07-18 22:23:41 +02:00
parent 009f41cc90
commit 821efd8219
5 changed files with 8 additions and 8 deletions

View File

@@ -180,7 +180,7 @@ public class UpdaterService extends Service {
return START_NOT_STICKY;
}
public UpdaterControllerInt getUpdaterController() {
public Controller getUpdaterController() {
return mUpdaterController;
}