hack--
This commit is contained in:
@@ -58,7 +58,6 @@ public abstract class PausableThread extends Thread {
|
||||
public final synchronized void pause() {
|
||||
if (!mShouldPause) {
|
||||
mShouldPause = true;
|
||||
takeabreak();
|
||||
notify();
|
||||
}
|
||||
}
|
||||
@@ -118,10 +117,6 @@ public abstract class PausableThread extends Thread {
|
||||
// do nothing
|
||||
}
|
||||
|
||||
protected void takeabreak() {
|
||||
// do nothing
|
||||
}
|
||||
|
||||
/**
|
||||
* Called once at the end of the {@link #run()} method. The default
|
||||
* implementation is empty.
|
||||
|
||||
Reference in New Issue
Block a user