Revision 10194caa
Added by Leszek Koltunski over 3 years ago
| src/main/java/org/distorted/external/RubikUpdates.java | ||
|---|---|---|
| 253 | 253 |
} |
| 254 | 254 |
catch(IndexOutOfBoundsException ie) |
| 255 | 255 |
{
|
| 256 |
// ignore; the mCompleted must have been removed already
|
|
| 256 |
// ignore; the UpdateInfo must have been removed already
|
|
| 257 | 257 |
// past a successful update; see updateDone() |
| 258 | 258 |
} |
| 259 | 259 |
return 0; |
| ... | ... | |
| 300 | 300 |
} |
| 301 | 301 |
catch(IndexOutOfBoundsException ie) |
| 302 | 302 |
{
|
| 303 |
// ignore; the mCompleted must have been removed already
|
|
| 303 |
// ignore; the UpdateInfo must have been removed already
|
|
| 304 | 304 |
// past a successful update; see updateDone() |
| 305 | 305 |
} |
| 306 | 306 |
} |
Also available in: Unified diff
Minor.