зеркало из https://github.com/mozilla/gecko-dev.git
fix build bustage for jdk 1.5 from bug 650110 r=dougt
This commit is contained in:
Родитель
66e0bad817
Коммит
487f99cce8
|
@ -293,7 +293,6 @@ public class SUTAgentAndroid extends Activity
|
|||
sText = sStatus;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void run() {
|
||||
displayStatus(sText);
|
||||
}
|
||||
|
|
|
@ -102,7 +102,6 @@ public class WatcherService extends Service
|
|||
|
||||
|
||||
private IWatcherService.Stub stub = new IWatcherService.Stub() {
|
||||
@Override
|
||||
public int UpdateApplication(String sAppName, String sFileName, String sOutFile, int bReboot) throws RemoteException
|
||||
{
|
||||
return UpdtApp(sAppName, sFileName, sOutFile, bReboot);
|
||||
|
@ -841,7 +840,6 @@ public class WatcherService extends Service
|
|||
runner.start();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void run() {
|
||||
bInstalling = true;
|
||||
UpdtApp(msPkgName, msPkgFileName, msOutFile, mbReboot);
|
||||
|
|
Загрузка…
Ссылка в новой задаче