From f7fb35923bfda73bc6ead35dbb0df30cbe634051 Mon Sep 17 00:00:00 2001 From: kohsuke Date: Fri, 11 Apr 2008 04:40:33 +0000 Subject: [PATCH] indentation fix git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@8505 71c3de6d-444a-0410-be80-ed276b4c234a --- remoting/src/main/java/hudson/remoting/Request.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/remoting/src/main/java/hudson/remoting/Request.java b/remoting/src/main/java/hudson/remoting/Request.java index e2fbd8fb76..8dbc77f30e 100644 --- a/remoting/src/main/java/hudson/remoting/Request.java +++ b/remoting/src/main/java/hudson/remoting/Request.java @@ -138,7 +138,7 @@ abstract class Request extends C synchronized(Request.this) { try { while(response==null) - Request.this.wait(); // wait until the response arrives + Request.this.wait(); // wait until the response arrives } catch (InterruptedException e) { try { channel.send(new Cancel(id)); -- GitLab