Remove Surperfluous Method on page 201

Remove the following method on page 201 because it adds no function to the method in its superclass AsynchronouslyInterruptedException which it overrides.

public boolean doInterruptible (Interruptible logic)

Execute a timeout method. Starts the timer and executes the run() method
of the given Interruptibleobject.
Overrides: public boolean doInterruptible(Interruptible
logic) in class
AsynchronouslyInterruptedException
Parameters:
logic - Implements an Interruptible run() method. If null
nothing happens.