missing volatile declarations

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@630414 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Roland Weber 2008-02-23 08:59:18 +00:00
parent 30e15edc67
commit 898a8edc53

View File

@ -99,10 +99,10 @@ public class LocalTestServer {
public HttpParams serverParams;
/** The server socket, while being served. */
protected ServerSocket servicedSocket;
protected volatile ServerSocket servicedSocket;
/** The request listening thread, while listening. */
protected Thread listenerThread;
protected volatile Thread listenerThread;
/**