Formatting cleanup.
This commit is contained in:
@@ -851,7 +851,8 @@ public abstract class Getdown extends Thread
|
||||
/**
|
||||
* Update the status to indicate getdown has failed for the reason in <code>message</code>.
|
||||
*/
|
||||
protected void fail(String message){
|
||||
protected void fail (String message)
|
||||
{
|
||||
_dead = true;
|
||||
setStatus(message, 0, -1L, true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user