fix build bustage for jdk 1.5 from bug 650110 r=dougt

This commit is contained in:
Brad Lassey 2011-04-18 19:23:21 -04:00
Родитель 66e0bad817
Коммит 487f99cce8
2 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -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);