|
|
|
![]() |
|
|||||||
|
||||||||
|
|
Thread Tools | Rate Thread | Display Modes |
|
#1
|
||||
|
||||
|
What's wrong with this code? :)
Not really sure how I let this one sneak in.
Code:
public abstract class NeverEndingCommand extends Command{
protected void interrupted() {
//override for pids
}
protected boolean isFinished(){
return true;
}
protected void end(){
//never called
}
}
|
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|